diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-06 10:14:34 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-06 10:14:34 +0000 |
commit | 5d2b9f69d690d5e732cafd007156d3c9fefda57f (patch) | |
tree | fe7cd216e09a0c3e6028fcc0046dcfbda5883d68 /x11-wm | |
parent | 0cb595fdf91604dc747a1bfaf47bdd1a6bcd7bfc (diff) | |
download | ports-5d2b9f69d690d5e732cafd007156d3c9fefda57f.tar.gz ports-5d2b9f69d690d5e732cafd007156d3c9fefda57f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/libepplet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index c20c9358fe6e..79037fc72dae 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -17,6 +17,7 @@ COMMENT= Library for building enlightenment dock applications WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION} +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= imlib USE_LIBTOOL= yes @@ -26,6 +27,6 @@ CONFIGURE_ARGS= --enable-fsstd INSTALLS_SHLIB= yes pre-patch: - @${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |