summaryrefslogtreecommitdiff
path: root/ftp/pftpd/Makefile
diff options
context:
space:
mode:
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>