- Support STAGEDIR

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-09 16:16:48 +00:00
parent 03dd1914d4
commit 2060f464ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329909

View file

@ -15,10 +15,9 @@ LICENSE= MIT
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c