diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
commit | 3429beb3d69bf05cc09137cac5b420f8e26b86db (patch) | |
tree | 4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/nofgpg | |
parent | ec8028156e7ada0e0867358c46bf5af20c16fec3 (diff) | |
download | ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.gz ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.zip |
Notes
Diffstat (limited to 'security/nofgpg')
-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 |