diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /print/rprint | |
parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) | |
download | ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.tar.gz ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.zip |
Notes
Diffstat (limited to 'print/rprint')
-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> |