diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:15:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:15:24 +0000 |
commit | 8c498ac961b41c2d97728d3ff566b1891d92f034 (patch) | |
tree | 7535f7fbef006f240c79f32641a902bb27d89ca7 /ftp/tnftpd/Makefile | |
parent | 05aae1db6f8b914a81f9e59cb6d216ae7a76b5ac (diff) |
Notes
Diffstat (limited to 'ftp/tnftpd/Makefile')
-rw-r--r-- | ftp/tnftpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile index 6ac5e8a7e523..d1ccd01557e1 100644 --- a/ftp/tnftpd/Makefile +++ b/ftp/tnftpd/Makefile @@ -9,11 +9,8 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= cejkar@fit.vutbr.cz COMMENT= Enhanced ftp server from NetBSD -USES= libtool +USES= autoreconf libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal automake -AUTOMAKE_ARGS= --add-missing -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal PLIST_FILES= libexec/tnftpd \ man/man5/ftpd.conf.5.gz man/man5/ftpusers.5.gz man/man8/tnftpd.8.gz |