diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-01-05 11:00:05 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-01-05 11:00:05 +0000 |
commit | 312d250c17d67be3f25c72206573d7ae69d33da3 (patch) | |
tree | 27f0c52ffc9c20e32c85b1e6fde0e3a4efde4c7e /devel/fhist/Makefile | |
parent | f03794a15e3ab959cc5e64b3d7c675fe99c9d241 (diff) | |
download | FreeBSD-ports-312d250c17d67be3f25c72206573d7ae69d33da3.zip FreeBSD-ports-312d250c17d67be3f25c72206573d7ae69d33da3.tar.gz |
Upgrade to v1.6.
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 8bb682e..c1041bf 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,29 +1,35 @@ # New ports collection makefile for: fhist -# Version required: 1.1 -# Date created: Apr 23 1998 -# Whom: <koshy@india.hp.com> +# Version required: 1.6 +# Date created: Jan 05 2000 +# Whom: <jkoshy@freebsd.org> # # $FreeBSD$ # -DISTNAME= fhist.1.1 -PKGNAME= fhist-1.1 +DISTNAME= fhist-1.6 CATEGORIES= devel -MASTER_SITES= ftp://archie.au/unix/Aegis/ \ - http://www.canb.auug.org.au/~millerp/ \ +MASTER_SITES= http://www.canb.auug.org.au/~millerp/ \ ftp://ftp.agso.gov.au/pub/Aegis/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/Aegis/ \ http://gd.tuwien.ac.at/softeng/Aegis/ -MAINTAINER= koshy@india.hp.com +MAINTAINER= jkoshy@freebsd.org MAN1= fcomp.1 fhist.1 fmerge.1 +ALL_TARGET= binaries +INSTALL_TARGET= install-bin GNU_CONFIGURE= yes +CONFIGURE_ARGS= --includedir=${PREFIX}/include + +post-extract: + cd ${WRKSRC}/lib/en/man1 && ${LN} -s ${WRKSRC}/etc/*.so . post-install: .for file in fhist fcomp fmerge strip ${PREFIX}/bin/${file} + (cd ${WRKSRC}/lib/en/man1; soelim ${file}.1 > tmp; \ + ${INSTALL_MAN} tmp ${PREFIX}/man/man1/${file}.1) .endfor .include <bsd.port.mk> |