1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- s/LOCALBASE/PREFIX in Makefile

Reported by:	sahil@
This commit is contained in:
Wen Heping 2011-02-16 03:22:27 +00:00
parent 47c18694fb
commit 4d5d0713bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269227

View File

@ -55,6 +55,6 @@ MANCOMPRESSED= maybe
PLIST_FILES= libexec/bozohttpd
post-patch:
@${REINPLACE_CMD} -e 's|@@PREFIX@@|${LOCALBASE}|g' ${WRKSRC}/bozohttpd.8
@${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/bozohttpd.8
.include <bsd.port.post.mk>