mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d276420301
- remove GZIP_CMD from MAN install, as still is done by framework Reported by: swills
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# Created by: mich
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apercu
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.incava.org/pub/apercu/
|
|
|
|
MAINTAINER= mich@FreeBSD.org
|
|
COMMENT= Summarize information from Apache logs
|
|
|
|
USE_RUBY= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/apercu man/man1/apercu.1.gz
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|