diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-24 01:13:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-24 01:13:34 +0000 |
commit | c9cfbb87841fdc1aaaa8f44727a13789d497a83f (patch) | |
tree | fcf15df516c0615e0085b282ae11bd8197373fe0 /ftp | |
parent | cf7c53d7a2df09e2da058b38b319ac8c6a105255 (diff) | |
download | ports-c9cfbb87841fdc1aaaa8f44727a13789d497a83f.tar.gz ports-c9cfbb87841fdc1aaaa8f44727a13789d497a83f.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pftpx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile index 401328a5eb36..2be2eb2ebc56 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -6,11 +6,12 @@ PORTNAME= pftpx PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= geekgod@geekgod.com +MAINTAINER= sullrich@gmail.com COMMENT= Much enhanced ftp proxy for pf that supports most ftp protocols LIB_DEPENDS= event-1.1a:${PORTSDIR}/devel/libevent @@ -18,11 +19,12 @@ LIB_DEPENDS= event-1.1a:${PORTSDIR}/devel/libevent MAN8= pftpx.8 PLIST_FILES= sbin/pftpx +USE_RC_SUBR= pftpx .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= only for 5.0 and above +IGNORE= only for 5.0 and above .endif .if ${OSVERSION} < 502116 |