aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r--mail/popd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile
index db92b283f68..6199d479489 100644
--- a/mail/popd/Makefile
+++ b/mail/popd/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= popd
-PORTVERSION= 2.2.0
+PORTVERSION= 2.2.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
MAINTAINER= ianf@za.uu.net
-BROKEN= distfiles rerolled, discussing with author
-
-MAN8= popd.8
+MAN5= popd.conf.5
+MAN8= popd.8
INSTALLS_SHLIB= yes
MANCOMPRESSED= maybe
@@ -24,4 +23,7 @@ PLIST_SUB= NOPROFILE="@comment "
PLIST_SUB= NOPROFILE=""
.endif
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/src/popd.conf.default ${PREFIX}/etc/.
+
.include <bsd.port.mk>