diff options
Diffstat (limited to 'misc/xpns/Makefile')
-rw-r--r-- | misc/xpns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index 211e9c6..c0b4a4e 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -13,13 +13,14 @@ DISTFILES= pns_source.tar.Z MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_X_PREFIX= yes MAKEFILE= makefile ALL_TARGET= pns post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns |