diff --git a/net/micro_proxy/Makefile b/net/micro_proxy/Makefile index b26ae8573044..0f12ebfdcb2e 100644 --- a/net/micro_proxy/Makefile +++ b/net/micro_proxy/Makefile @@ -20,6 +20,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= libexec/micro_proxy MAN8= micro_proxy.8 +SUB_FILES= pkg-message do-build: ${CC} ${CFLAGS} -c ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}.o @@ -30,6 +31,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8 post-install: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include diff --git a/net/micro_proxy/pkg-message b/net/micro_proxy/files/pkg-message.in similarity index 100% rename from net/micro_proxy/pkg-message rename to net/micro_proxy/files/pkg-message.in