diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /print/rprint/Makefile | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.zst freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.zip |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'print/rprint/Makefile')
-rw-r--r-- | print/rprint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/rprint/Makefile b/print/rprint/Makefile index 315e7eeab167..3b4245cad926 100644 --- a/print/rprint/Makefile +++ b/print/rprint/Makefile @@ -13,10 +13,12 @@ MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \ MAINTAINER= kheuer@gwdu60.gwdg.de +USE_REINPLACE= yes + MAN1= rprint.1 MANCOMPRESSED= yes post-patch: - @${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile .include <bsd.port.mk> |