diff options
author | sf <sf@FreeBSD.org> | 2001-01-10 22:02:24 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-10 22:02:24 +0800 |
commit | f3b6b5a16b17313fb4d7a7b5a6132ca082b9f67e (patch) | |
tree | 0bcc6b195e31f2dc4047df07bbff41fc42cd2a93 /lang/gpc/Makefile | |
parent | 60d52375eabc048bc286c93024f55f7bbf0eae1a (diff) | |
download | freebsd-ports-gnome-f3b6b5a16b17313fb4d7a7b5a6132ca082b9f67e.tar.gz freebsd-ports-gnome-f3b6b5a16b17313fb4d7a7b5a6132ca082b9f67e.tar.zst freebsd-ports-gnome-f3b6b5a16b17313fb4d7a7b5a6132ca082b9f67e.zip |
add missing manpages.
install unified info.
non-responce from: maintainer
Diffstat (limited to 'lang/gpc/Makefile')
-rw-r--r-- | lang/gpc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index e81c6a634e1e..8e1869e4dd0a 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -6,6 +6,7 @@ PORTNAME= gpc PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/ DISTNAME= gpc-19990118 @@ -22,6 +23,7 @@ ALL_TARGET= bootstrap INSTALL_TARGET= pascal.install MAN1= gpc.1 +MLINKS= gpc.1 bpc.1 gpc.1 epc.1 gpc.1 pc.1 .include <bsd.port.pre.mk> @@ -33,4 +35,10 @@ CONFIGURE_ARGS= --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/${GNUHOST}/2.8.1/in post-extract: @(${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../lang/gcc28/work/gcc-2.8.1/* ${WRKSRC}) +pre-install: + @${RM} -f ${WRKSRC}/p/doc/gpc.info* + +post-install: + install-info ${PREFIX}/info/gpc.info ${PREFIX}/info/dir + .include <bsd.port.post.mk> |