diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-07 13:12:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-07 13:12:19 +0800 |
commit | 07f51e3a6a6f07e9c677e1744a7bc18cade0740e (patch) | |
tree | cdd3f987a64c729953e6e2aff822c59e413cee8e /graphics | |
parent | 4070e0eb10838d01ba4f24c9025a810bab3550d4 (diff) | |
download | freebsd-ports-graphics-07f51e3a6a6f07e9c677e1744a7bc18cade0740e.tar.gz freebsd-ports-graphics-07f51e3a6a6f07e9c677e1744a7bc18cade0740e.tar.zst freebsd-ports-graphics-07f51e3a6a6f07e9c677e1744a7bc18cade0740e.zip |
Deploy USE_REINPLACE
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index ff925538912..9f3417950cd 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -29,8 +29,10 @@ USE_GNOME= gtk12 USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes +USE_REINPLACE= yes -pre-build: - @${PERL} -pi -e 's|SDL/|SDL11/|g;' ${WRKSRC}/xmms.c +post-patch: + @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' \ + ${BUILD_WRKSRC}/xmms.c .include <bsd.port.mk> |