diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-11-07 09:47:03 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-11-07 09:47:03 +0000 |
commit | 7d01620b5926d094aec282c3a12cbdb59248a604 (patch) | |
tree | 0a42117fd6d4af4118e80d09d6adc3a79becf88c /mail/popd | |
parent | 060ab004f2cbe69c0646f497f1727e7b68f02c3f (diff) | |
download | ports-7d01620b5926d094aec282c3a12cbdb59248a604.tar.gz ports-7d01620b5926d094aec282c3a12cbdb59248a604.zip |
Notes
Diffstat (limited to 'mail/popd')
-rw-r--r-- | mail/popd/Makefile | 10 | ||||
-rw-r--r-- | mail/popd/distinfo | 2 | ||||
-rw-r--r-- | mail/popd/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index db92b283f681..6199d4794894 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> diff --git a/mail/popd/distinfo b/mail/popd/distinfo index 01532fbedbf4..53e1daf9ba70 100644 --- a/mail/popd/distinfo +++ b/mail/popd/distinfo @@ -1 +1 @@ -MD5 (popd-2.2.0.tar.gz) = bf2e3888e7b2fa635fd21821121200d0 +MD5 (popd-2.2.1.tar.gz) = ed2b028e388f0e6dd9883b7de81fa5b2 diff --git a/mail/popd/pkg-plist b/mail/popd/pkg-plist index b3416bdbff17..cfce94ba2cb9 100644 --- a/mail/popd/pkg-plist +++ b/mail/popd/pkg-plist @@ -1,3 +1,4 @@ +etc/popd.conf.default include/poputil.h lib/libpoputil.a lib/libpoputil.so |