summaryrefslogtreecommitdiffstats
path: root/archivers/xdms
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
commit690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch)
tree2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /archivers/xdms
parent266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff)
downloadFreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip
FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz
PERL -> REINPLACE
and USE_PERL5 in some places Noticed by: bento
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index 3f8969c..6e2bc32 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
OpenPOWER on IntegriCloud