diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-24 12:44:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-24 12:44:17 +0800 |
commit | c763050df812af11e0607dd7d69b31ab067c093c (patch) | |
tree | aa116af2ce179457b332c1e5de24e02d0c179cfa /textproc/gsed | |
parent | 06e61ce578bc86c82cd449bb52d230bb3d20e8cc (diff) | |
download | freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.gz freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.zst freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.zip |
${PERL} -> ${REINPLACE_CMD}
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 82610ad75613..ca083b665b64 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -17,10 +17,9 @@ MAINTAINER= cyrille.lefevre@laposte.net # Global variables # +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes -# PREFIX isn't honored. force it w/ prefix. -MAKE_ARGS= prefix=${PREFIX} MAN1= gsed.1 @@ -39,7 +38,7 @@ post-configure: patch-makefiles patch-makefiles: .for subdir in ${PATCH_SUBDIRS} - @${PERL} -pi.fbsd -e 's/s,x,x,/s,^,g,/' ${WRKSRC}/${subdir}/Makefile + @${REINPLACE_CMD} -e 's|s,x,x,|s,^,g,|' ${WRKSRC}/${subdir}/Makefile .endfor # Post-install |