1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Remove outdated entries from pkg-plist, submitted by maintainer.

Use X prefix, suggested by maintainer.
Patch config.mk to enable new prefix (was using hard-coded /usr/local).
Run "strip" with -s option.

PR:		22377
This commit is contained in:
Trevor Johnson 2000-10-28 15:53:19 +00:00
parent 1fccb6e211
commit a92097c9aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34365
2 changed files with 7 additions and 5 deletions

View File

@ -16,11 +16,16 @@ MAINTAINER= nosuzuki@e-mail.ne.jp
USE_GMAKE= yes
USE_IMLIB= yes
USE_X_PREFIX= yes
MAN1= xzgv.1
post-patch:
@${PERL} -pi -e "s:usr/local:${PREFIX}:g" ${WRKSRC}/config.mk
post-install:
strip ${PREFIX}/bin/xzgv
${ECHO} ${PREFIX}
strip -s ${PREFIX}/bin/xzgv
install-info ${PREFIX}/info/xzgv ${PREFIX}/info/dir
.include <bsd.port.mk>

View File

@ -1,7 +1,4 @@
bin/xzgv
@unexec install-info --delete %D/info/xzgv %D/info/dir
info/xzgv.gz
info/xzgv-1.gz
info/xzgv-2.gz
info/xzgv-3.gz
info/xzgv
@exec install-info %D/info/xzgv %D/info/dir