diff options
Diffstat (limited to 'security/nofgpg/Makefile')
-rw-r--r-- | security/nofgpg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile index f92304aecfb2..7f973e740a34 100644 --- a/security/nofgpg/Makefile +++ b/security/nofgpg/Makefile @@ -16,13 +16,14 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${PYTHON_SITELIBDIR}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome +USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes MAN1= nofgpg.1 post-patch: - @${PERL} -pi -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg + @${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |