diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 18:02:10 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 19:01:27 +0000 |
commit | 7b142cc14bfbee246d83c46232fcadd0d550ba28 (patch) | |
tree | 3fc2814795efbb3abfa30b051b0088bc1457214d | |
parent | ce57471078573944833e8f68e4fe65815476ecc4 (diff) |
ftp/vsftpd-ext: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 6 | ||||
-rw-r--r-- | ftp/vsftpd-ext/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index e0837c5fe39b..92eac97bcddc 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -1,6 +1,6 @@ PORTNAME= vsftpd-ext PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} @@ -97,8 +97,8 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vsftpd ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.conf.sample - ${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}/var/ftp ${STAGEDIR}${PREFIX}/share/vsftpd/empty do-install-DOCS-on: diff --git a/ftp/vsftpd-ext/pkg-plist b/ftp/vsftpd-ext/pkg-plist index c42f1bbb2fce..8e7f6a68a402 100644 --- a/ftp/vsftpd-ext/pkg-plist +++ b/ftp/vsftpd-ext/pkg-plist @@ -1,6 +1,6 @@ libexec/vsftpd -man/man5/vsftpd.conf.5.gz -man/man8/vsftpd.8.gz +share/man/man5/vsftpd.conf.5.gz +share/man/man8/vsftpd.8.gz @sample etc/vsftpd.conf.sample @dir share/vsftpd/empty @dir /var/ftp |