diff options
author | mnag <mnag@FreeBSD.org> | 2006-03-24 09:13:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-03-24 09:13:34 +0800 |
commit | a75e34bce5dcf805cab40ba6e73607e2c1666f9d (patch) | |
tree | 001929486928d2ef414f08dd36a1b9e954d2080b /ftp | |
parent | 72e8d56bb024c48b083017cb46859461f79e798a (diff) | |
download | freebsd-ports-gnome-a75e34bce5dcf805cab40ba6e73607e2c1666f9d.tar.gz freebsd-ports-gnome-a75e34bce5dcf805cab40ba6e73607e2c1666f9d.tar.zst freebsd-ports-gnome-a75e34bce5dcf805cab40ba6e73607e2c1666f9d.zip |
- Add rc.d script
- Change maintainer's email
PR: 92380
Submitted by: infofarmer@gmail.com
Approved by: maintainer
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 |