aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-09-18 07:56:37 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-09-18 07:56:37 +0000
commitec5c2a9cf2549b2fff98af194aceb8aa177ddd13 (patch)
treeb71d28cf80bd4eac35829cbefe0d432038bb724c /ftp/proftpd/Makefile
parent9dbc794cb4a5c9f640ffa27adc2ae098ba7d443e (diff)
downloadports-ec5c2a9cf2549b2fff98af194aceb8aa177ddd13.tar.gz
ports-ec5c2a9cf2549b2fff98af194aceb8aa177ddd13.zip
Notes
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index c905c10c50cf..08933d0e54a5 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -6,15 +6,10 @@
# $FreeBSD$
#
-DISTNAME= proftpd-1.2.0pre3
-PKGNAME= proftpd-1.2.0
+DISTNAME= proftpd-1.2.0pre6
+PKGNAME= proftpd-1.2.0p6
CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.proftpd.org/distrib/ \
- ftp://ftp3.proftpd.org/distrib/
-
-PATCH_SITES= ftp://ftp.tos.net/pub/proftpd/
-PATCHFILES= proftpd-1.2.0pre3a.patch.gz
-PATCH_DIST_STRIP= -p1
+MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/
MAINTAINER= mharo@FreeBSD.org
@@ -22,13 +17,11 @@ MAN1= ftpcount.1
MAN8= proftpd.8 ftpshut.8
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
CONFIGURE_ARGS= --localstatedir=/var/run \
--with-modules=mod_ratio
-FORBIDDEN= security problems
-
post-configure:
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
@${SED} -e 's:/etc:${PREFIX}/etc:' \
@@ -61,4 +54,6 @@ do-install:
${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf; \
fi
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>