aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apachetop
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 12:11:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 12:11:49 +0000
commit503b3b28a0aac5113f03e4c92a32f5af5820b050 (patch)
tree47e565652b590bb620f411702e89b9003411cf3a /sysutils/apachetop
parent9f06c787b488c60a86b200e71c7381dc5462c05f (diff)
Notes
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r--sysutils/apachetop/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index 3b33abebd3d8..5089df749954 100644
--- a/sysutils/apachetop/Makefile
+++ b/sysutils/apachetop/Makefile
@@ -12,8 +12,7 @@ COMMENT= Apache RealTime log stats
GNU_CONFIGURE= yes
-MAN1= apachetop.1
-PLIST_FILES= bin/apachetop
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
OPTIONS_DEFINE= ADNS FAM PCRE
ADNS_DESC= Asynchronous-capable DNS support
@@ -27,7 +26,6 @@ FAM_CONFIGURE_ON= --with-fam=${LOCALBASE}
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \
${WRKSRC}/src/hits_circle.*