1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- FIX PLIST_FILES so build package will work with old PKG system

- remove GZIP_CMD from MAN install, as still is done by framework

Reported by:	swills
This commit is contained in:
Michael Landin 2014-05-20 14:53:13 +00:00
parent 33ad18f1c8
commit d276420301
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354644

View File

@ -12,7 +12,7 @@ COMMENT= Summarize information from Apache logs
USE_RUBY= yes USE_RUBY= yes
NO_BUILD= yes NO_BUILD= yes
PLIST_FILES= bin/apercu ${MANPREFIX}/man/man1/apercu.1.gz PLIST_FILES= bin/apercu man/man1/apercu.1.gz
pre-patch: pre-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu @${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
@ -20,6 +20,5 @@ pre-patch:
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1
${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man1/apercu.1
.include <bsd.port.mk> .include <bsd.port.mk>