1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Set MANCOMPRESSED=maybe and fix plist in the case where NOPROFILE is set

in the make environment.

Approved by:	maintainer
Noticed by:	bento
This commit is contained in:
Kris Kennaway 2002-03-25 05:31:12 +00:00
parent ef459263b5
commit 07a43844d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56598
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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