aboutsummaryrefslogtreecommitdiff
path: root/www/apercu
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2014-05-20 14:53:13 +0000
committerMichael Landin <mich@FreeBSD.org>2014-05-20 14:53:13 +0000
commitd276420301fdd09eade57d11583c0b6e76b0d32d (patch)
tree777e601c0ef12f21e831cd19af3d53b7cfbe0a4a /www/apercu
parent33ad18f1c8a34b448a2e2b78c14d615e9421809c (diff)
Notes
Diffstat (limited to 'www/apercu')
-rw-r--r--www/apercu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apercu/Makefile b/www/apercu/Makefile
index 1efdf2c4f84e..c9c0ce177e37 100644
--- a/www/apercu/Makefile
+++ b/www/apercu/Makefile
@@ -12,7 +12,7 @@ COMMENT= Summarize information from Apache logs
USE_RUBY= 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:
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
@@ -20,6 +20,5 @@ pre-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man1/apercu.1
.include <bsd.port.mk>