diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:46:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:46:10 +0000 |
commit | e43138bc080395e19b8da517c1d48588637dfde1 (patch) | |
tree | 9556740cfea9dd8f91b5e22afd9b7d9cef23bb94 /net/utftpd | |
parent | - Stage support (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=341965
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 |