aboutsummaryrefslogtreecommitdiff
path: root/www/apercu
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2014-05-20 06:46:16 +0000
committerMichael Landin <mich@FreeBSD.org>2014-05-20 06:46:16 +0000
commit1954ef8cc9da08130be05386d792707dcb0827d1 (patch)
treea0939c4ff281a0b7ac82e1d2e39be8574b39cfeb /www/apercu
parentf3543f44594eb15d5242aed9282d7cd8b39d74ab (diff)
downloadports-1954ef8cc9da08130be05386d792707dcb0827d1.tar.gz
ports-1954ef8cc9da08130be05386d792707dcb0827d1.zip
Notes
Diffstat (limited to 'www/apercu')
-rw-r--r--www/apercu/Makefile9
-rw-r--r--www/apercu/pkg-descr2
2 files changed, 5 insertions, 6 deletions
diff --git a/www/apercu/Makefile b/www/apercu/Makefile
index c6bbb4ed813c..1efdf2c4f84e 100644
--- a/www/apercu/Makefile
+++ b/www/apercu/Makefile
@@ -12,15 +12,14 @@ COMMENT= Summarize information from Apache logs
USE_RUBY= yes
NO_BUILD= yes
-MAN1= apercu.1
-PLIST_FILES= bin/apercu
+PLIST_FILES= bin/apercu ${MANPREFIX}/man/man1/apercu.1.gz
-NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/apercu ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/apercu.1 ${MANPREFIX}/man/man1
+ ${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>
diff --git a/www/apercu/pkg-descr b/www/apercu/pkg-descr
index 038b58312c2f..32606c81b867 100644
--- a/www/apercu/pkg-descr
+++ b/www/apercu/pkg-descr
@@ -2,4 +2,4 @@ A command-line (console) application to summarize information from Apache
logs, including hit counts, requests, referrers, and user activity.
Author: Jeff Pace <jpace@incava.org>
-WWW: http://www.incava.org/projects/apercu/
+WWW: http://www.incava.org/projects/apercu/