support STAGEDIR.

This commit is contained in:
Vanilla I. Shu 2013-11-08 12:11:49 +00:00
parent 9f06c787b4
commit 503b3b28a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333205

View file

@ -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.*