aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pftpd/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-29 00:20:25 +0800
committerijliao <ijliao@FreeBSD.org>2002-03-29 00:20:25 +0800
commit430513adc33356de62857c01bfa59a1b4e49dcb9 (patch)
tree315cddc33a59f6550761c771711bc347853231c6 /ftp/pftpd/Makefile
parent10eef6efc7286b2066cb8cc62635c23f416f00c1 (diff)
downloadfreebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.tar.gz
freebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.tar.zst
freebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.zip
upgrade to 0.3.3
PR: 36422 Submitted by: maintainer
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r--ftp/pftpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index 274fdee464ea..280579918ec3 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pftpd
-PORTVERSION= 0.31
+PORTVERSION= 0.33
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
@@ -20,4 +20,7 @@ NO_PACKAGE= "License problem"
post-configure:
@${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile
+post-install:
+ @${CAT} ${WRKSRC}/ISSUES
+
.include <bsd.port.mk>