aboutsummaryrefslogtreecommitdiff
path: root/ftp/pftpd/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-25 07:35:19 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-25 07:35:19 +0000
commit4cd3b4e8d17c9c4fceb1e067d73cfdf3a0e11181 (patch)
tree0de52524793ffdab42319862267ad910cb0cbd82 /ftp/pftpd/Makefile
parentc561fbd2a8106b8a941ef47e98634c868e46c382 (diff)
downloadports-4cd3b4e8d17c9c4fceb1e067d73cfdf3a0e11181.tar.gz
ports-4cd3b4e8d17c9c4fceb1e067d73cfdf3a0e11181.zip
Notes
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r--ftp/pftpd/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index bd149fef0935..f67361a767ac 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= pftpd
-PORTVERSION= 0.42
+PORTVERSION= 1.0.1
CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ \
+ ftp://ftp.ifm.liu.se/pub/unix/pftpd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multithreaded anonymous FTP daemon
-BROKEN= Unfetchable
-
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-RESTRICTED= License problem
-
MAN1= pftpd.1 rpad.1
PLIST_FILES= sbin/pftpd
-.include <bsd.port.pre.mk>
+post-extract:
+.for f in ${MAN1}
+ @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/doc/${f}
+.endfor
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
@@ -33,4 +33,4 @@ post-patch:
post-install:
@${CAT} ${WRKSRC}/ISSUES
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>