- Support STAGEDIR
This commit is contained in:
parent
03dd1914d4
commit
2060f464ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329909
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue