diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-09-23 18:42:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-09-23 18:42:43 +0000 |
commit | 812b398493f5528fd49bad1cddc4c0fd0e8bc7da (patch) | |
tree | b52310649f6d1a1719b3c3ab7c2a02a01880693d /ftp/proftpd-devel/Makefile | |
parent | 4a2939c535d69a09c7e223529f447374bd441603 (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel/Makefile')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 1cdac2936a5f..0d3009814a89 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,18 +7,18 @@ PORTNAME= proftpd PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \ ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}p +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= mharo@FreeBSD.org COMMENT= Highly configurable ftp daemon -FORBIDDEN= Remotely exploitable vulnerability. http://xforce.iss.net/xforce/alerts/id/154 - MAN1= ftpcount.1 ftpwho.1 ftptop.1 MAN5= xferlog.5 MAN8= proftpd.8 ftpshut.8 |