diff options
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 |