diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-25 15:35:19 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-25 15:35:19 +0800 |
commit | 1298778d0389612a5c2d64e71a65a43209cf5b4a (patch) | |
tree | 715b8a0e1f0bdb8aba237705d808169b6f28bfad /ftp/pftpd/Makefile | |
parent | 6c22d81eed2746b5bcc0ced6eeafe2bc9369384a (diff) | |
download | freebsd-ports-gnome-1298778d0389612a5c2d64e71a65a43209cf5b4a.tar.gz freebsd-ports-gnome-1298778d0389612a5c2d64e71a65a43209cf5b4a.tar.zst freebsd-ports-gnome-1298778d0389612a5c2d64e71a65a43209cf5b4a.zip |
- Update to 1.0.1
- Add a mirror site, since the primary site is temporarily unreachable
- Remove RESTRICTED, as the license now allows redistribution
PR: ports/81411
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r-- | ftp/pftpd/Makefile | 16 |
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> |