diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /textproc | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gpp/Makefile | 2 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/textproc/gpp/Makefile b/textproc/gpp/Makefile index 05bb37938e18..580462a36c7f 100644 --- a/textproc/gpp/Makefile +++ b/textproc/gpp/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.math.polytechnique.fr/cmat/auroux/prog/ MAINTAINER= jos@catnook.com +USE_REINPLACE= yes + MAN1= gpp.1 post-patch: diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index c8096dd72bc5..5b37c03f5edd 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -32,6 +32,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_BISON= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \ --with-omfdirs=${PREFIX}/share/gnome/omf |