summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-25 05:31:12 +0000
committerkris <kris@FreeBSD.org>2002-03-25 05:31:12 +0000
commit2cc0bf66805decc877d348abbddc88d1d5bff68b (patch)
treed287afa96fcdd9fd4a74f57e624c716a0969e422 /mail
parentb877f692ac58721fe469ea44dad967004592fa01 (diff)
downloadFreeBSD-ports-2cc0bf66805decc877d348abbddc88d1d5bff68b.zip
FreeBSD-ports-2cc0bf66805decc877d348abbddc88d1d5bff68b.tar.gz
Set MANCOMPRESSED=maybe and fix plist in the case where NOPROFILE is set
in the make environment. Approved by: maintainer Noticed by: bento
Diffstat (limited to 'mail')
-rw-r--r--mail/popd/Makefile7
-rw-r--r--mail/popd/pkg-plist2
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile
index 4093261..9adf5fd 100644
--- a/mail/popd/Makefile
+++ b/mail/popd/Makefile
@@ -15,7 +15,12 @@ MAINTAINER= ianf@za.uu.net
MAN8= popd.8
INSTALLS_SHLIB= yes
-NOMANCOMPRESS= yes
+MANCOMPRESSED= maybe
+.if defined(NOPROFILE)
+PLIST_SUB= NOPROFILE="@comment "
+.else
+PLIST_SUB= NOPROFILE=""
+.endif
post-extract:
${MV} ${WRKSRC}/src/popd.8 ${WRKSRC}/src/popd.mdoc
diff --git a/mail/popd/pkg-plist b/mail/popd/pkg-plist
index 000d869..6a95935 100644
--- a/mail/popd/pkg-plist
+++ b/mail/popd/pkg-plist
@@ -3,4 +3,4 @@ libexec/popd
lib/libpoputil.a
lib/libpoputil.so
lib/libpoputil.so.1
-lib/libpoputil_p.a
+%%NOPROFILE%%lib/libpoputil_p.a
OpenPOWER on IntegriCloud