diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
commit | b8a64d94ec2c611f91740140ab3d7d46cbd3a203 (patch) | |
tree | 5efc52c313ebe1d542732f5d8ef5765d631f0c11 /archivers/xdms | |
parent | 79c96ad377b50e85d0230d5870063c73a049927c (diff) | |
download | ports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.tar.gz ports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.zip |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=69432
Diffstat (limited to 'archivers/xdms')
-rw-r--r-- | archivers/xdms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 3f8969ca3251..6e2bc320c2a2 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -14,11 +14,12 @@ DISTNAME= xdms MAINTAINER= markp@FreeBSD.org USE_ZIP= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/xdms/src ALL_TARGET= xdms pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin |