diff options
author | mm <mm@FreeBSD.org> | 2014-01-19 21:03:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-01-19 21:03:40 +0800 |
commit | b6d4ee0927241bca5488864bc254b8f6da4481c2 (patch) | |
tree | 86a795c8f8d3fe87262b341cc9f1dce28d5b3559 /ftp/proftpd | |
parent | 52ab26d1e2c9ed203c81383967c75ce66946d289 (diff) | |
download | freebsd-ports-gnome-b6d4ee0927241bca5488864bc254b8f6da4481c2.tar.gz freebsd-ports-gnome-b6d4ee0927241bca5488864bc254b8f6da4481c2.tar.zst freebsd-ports-gnome-b6d4ee0927241bca5488864bc254b8f6da4481c2.zip |
Fix pkg-plist for proftpd
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 7 | ||||
-rw-r--r-- | ftp/proftpd/pkg-plist | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 6f8d808508c6..fcbc77758993 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,7 +3,7 @@ PORTNAME?= proftpd PORTVERSION?= 1.3.4d -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ @@ -23,7 +23,6 @@ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING .if defined(_BUILDING_PROFTPD_MODULE) -BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd .endif @@ -40,10 +39,6 @@ DISTFILES+= ${_PROFTPD_MODULE_DISTFILES} .endif .if !defined(_BUILDING_PROFTPD_MODULE) -MAN1= ftpcount.1 ftpmail.1 ftpasswd.1 ftpquota.1 ftpwho.1 ftptop.1 -MAN5= xferlog.5 -MAN8= proftpd.8 ftpscrub.8 ftpshut.8 ftpdctl.8 - PORTDOCS= * .endif diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist index c177135adc64..7c1a2afdcb5a 100644 --- a/ftp/proftpd/pkg-plist +++ b/ftp/proftpd/pkg-plist @@ -180,6 +180,17 @@ libexec/proftpd/mod_wrap2_file.so libexec/proftpd/mod_wrap2_sql.a libexec/proftpd/mod_wrap2_sql.la libexec/proftpd/mod_wrap2_sql.so +man/man1/ftpcount.1.gz +man/man1/ftpmail.1.gz +man/man1/ftpasswd.1.gz +man/man1/ftpquota.1.gz +man/man1/ftpwho.1.gz +man/man1/ftptop.1.gz +man/man5/xferlog.5.gz +man/man8/proftpd.8.gz +man/man8/ftpscrub.8.gz +man/man8/ftpshut.8.gz +man/man8/ftpdctl.8.gz sbin/ftpscrub sbin/ftpshut sbin/in.proftpd |