diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /textproc/gpp/Makefile | |
parent | upgrade to 1.4.1 (diff) |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'textproc/gpp/Makefile')
-rw-r--r-- | textproc/gpp/Makefile | 2 |
1 files changed, 2 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: |