diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-27 17:48:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-27 17:48:34 +0800 |
commit | d8072dbc96d58cafc16340dee9a9b457a846cb70 (patch) | |
tree | c343b47a19ce63fa9c71c566f7e423ab0ec7b6d5 /textproc/filepp/Makefile | |
parent | 67cbc7d2534f3cd4b70206375d6f8ed96a7d7e72 (diff) | |
download | freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.tar.gz freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.tar.zst freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.zip |
- Update to 1.8.0
PR: 112948
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Diffstat (limited to 'textproc/filepp/Makefile')
-rw-r--r-- | textproc/filepp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 5bec960b3175..7615bc303337 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= filepp -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= textproc MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ @@ -16,7 +16,8 @@ COMMENT= A generic file preprocessor USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --mandir=${PREFIX}/man NO_BUILD= yes MAN1= filepp.1 |