diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 17:46:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 17:46:10 +0800 |
commit | d298f1249d1cdfbe92496bcacd71a38181758b20 (patch) | |
tree | 9556740cfea9dd8f91b5e22afd9b7d9cef23bb94 /net/utftpd | |
parent | 721d0e55bc05ce28f0eeb77b6e5ba9c323eb8ac4 (diff) | |
download | freebsd-ports-gnome-d298f1249d1cdfbe92496bcacd71a38181758b20.tar.gz freebsd-ports-gnome-d298f1249d1cdfbe92496bcacd71a38181758b20.tar.zst freebsd-ports-gnome-d298f1249d1cdfbe92496bcacd71a38181758b20.zip |
- Stage support
Diffstat (limited to 'net/utftpd')
-rw-r--r-- | net/utftpd/Makefile | 7 | ||||
-rw-r--r-- | net/utftpd/pkg-plist | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/utftpd/Makefile b/net/utftpd/Makefile index 98e11a58b9db..8e4917717671 100644 --- a/net/utftpd/Makefile +++ b/net/utftpd/Makefile @@ -11,11 +11,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= secure tftpd server with fine grained access and revision control GNU_CONFIGURE= YES -USE_GMAKE= YES +USES= gmake -MAN1= utftp.1 -MAN5= utftpd.conf.5 -MAN8= utftpd.8 utftpd_make.8 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/utftpd/pkg-plist b/net/utftpd/pkg-plist index ca7c0201327e..40883e4137cc 100644 --- a/net/utftpd/pkg-plist +++ b/net/utftpd/pkg-plist @@ -2,3 +2,7 @@ bin/utftp sbin/utftpd sbin/utftpd_dump sbin/utftpd_make +man/man1/utftp.1.gz +man/man5/utftpd.conf.5.gz +man/man8/utftpd.8.gz +man/man8/utftpd_make.8.gz |