diff options
author | wen <wen@FreeBSD.org> | 2011-02-16 11:22:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-16 11:22:27 +0800 |
commit | 477c61bc08d4df958e6e8ca8f6cc54e35834d779 (patch) | |
tree | c321d8ed87a506e37d81a046c2debf299c6b25a0 /www/bozohttpd | |
parent | ba9c81d8210264793b373138685e3ff5cdd9e38b (diff) | |
download | freebsd-ports-gnome-477c61bc08d4df958e6e8ca8f6cc54e35834d779.tar.gz freebsd-ports-gnome-477c61bc08d4df958e6e8ca8f6cc54e35834d779.tar.zst freebsd-ports-gnome-477c61bc08d4df958e6e8ca8f6cc54e35834d779.zip |
- s/LOCALBASE/PREFIX in Makefile
Reported by: sahil@
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 9d4e9d33823f..1168c48b447d 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -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> |