summaryrefslogtreecommitdiffstats
path: root/ftp/pure-ftpd/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-05-29 13:10:33 +0000
committerroam <roam@FreeBSD.org>2001-05-29 13:10:33 +0000
commit586e0af2ac00b8a9b1c2c00a1cbb497484a112bc (patch)
treebe6d085a1d6c87da3c930d1b13d76d4d3cf23cb5 /ftp/pure-ftpd/Makefile
parentdee570d2b319e5caa590827a0fed6d0819dec3ad (diff)
downloadFreeBSD-ports-586e0af2ac00b8a9b1c2c00a1cbb497484a112bc.zip
FreeBSD-ports-586e0af2ac00b8a9b1c2c00a1cbb497484a112bc.tar.gz
Update to 0.98.3.
PR: 27734 Submitted by: maintainer/author
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r--ftp/pure-ftpd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index b2ec693..4bbeae9 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pure-ftpd
-PORTVERSION= 0.98.2
+PORTVERSION= 0.98.3
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pureftpd
@@ -33,6 +33,10 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8
+DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \
+ README README.Configuration-File README.LDAP README.Netfilter \
+ THANKS
+
pre-fetch:
@${ECHO} "You can use the following additional options:"
@${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;"
@@ -46,9 +50,7 @@ post-install:
${CHMOD} 755 ${PREFIX}/sbin/pure-config.pl
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/pure-ftpd
-.for file in COPYING HISTORY NEWS README README.Configuration-File README.LDAP README.Netfilter THANKS
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pure-ftpd
-.endfor
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pure-ftpd)
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud