diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:08:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:08:13 +0000 |
commit | 799f4c83bf9ce1782f7d06a9a4b72ce16055d31f (patch) | |
tree | 24cead6a5b87f9528d998ed770ce0385303b5d98 /ftp/pftpd/Makefile | |
parent | ba99fb2248eec17b41ada3c2c85bfbbaf79944ee (diff) | |
download | ports-799f4c83bf9ce1782f7d06a9a4b72ce16055d31f.tar.gz ports-799f4c83bf9ce1782f7d06a9a4b72ce16055d31f.zip |
Notes
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r-- | ftp/pftpd/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile new file mode 100644 index 000000000000..274fdee464ea --- /dev/null +++ b/ftp/pftpd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: vsftpd +# Date created: 17 Mar 2002 +# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= pftpd +PORTVERSION= 0.31 +CATEGORIES= ftp +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ + +MAINTAINER= gslin@ccca.nctu.edu.tw + +GNU_CONFIGURE= yes + +NO_CDROM= "License problem" +NO_PACKAGE= "License problem" + +post-configure: + @${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile + +.include <bsd.port.mk> |