Skip to content

Commit

Permalink
ftp/yafc: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent 20ba701 commit ef282c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ftp/yafc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= yafc
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.7
PORTREVISION= 1
CATEGORIES= ftp

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -17,14 +18,15 @@ USE_GITHUB= yes
GH_ACCOUNT= sebastinas

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-krb5=no \
--with-openssl=${OPENSSLBASE} \
--with-socks5=no \
--with-socks=no
CONFIGURE_ENV= ac_cv_ipv6=yes

PLIST_FILES= bin/yafc \
man/man1/yafc.1.gz
share/man/man1/yafc.1.gz
PORTEXAMPLES= inputrc yafcrc

OPTIONS_DEFINE= BASH EXAMPLES INFO NLS READLINE SSH
Expand Down Expand Up @@ -54,7 +56,7 @@ post-patch-INFO-off:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.am

post-install-INFO-off:
${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${STAGEDIR}${PREFIX}/share/man/man1/

post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
Expand Down

0 comments on commit ef282c6

Please sign in to comment.