diff options
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> |