- Adds staging support to www/apercu. [1]
- Cosmetic fix to pkg-descr PR: ports/189979 [1] Submitted by: Joseph Benden <joe@thrallingpenguin.com> [1]
This commit is contained in:
parent
f3543f4459
commit
1954ef8cc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354600
2 changed files with 5 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue