diff options
author | salo <salo@pkgsrc.org> | 2004-02-05 14:03:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-02-05 14:03:26 +0000 |
commit | 9a18a843bcb4ee6e5096006e212921d0551296f8 (patch) | |
tree | b31c95e36cae1e5e8becb519afbb03ccb827ad1a /devel/fhist/Makefile | |
parent | 7c14ad07ee53c2c31ca5a622ba943ee5a19dc88c (diff) | |
download | pkgsrc-9a18a843bcb4ee6e5096006e212921d0551296f8.tar.gz |
Update to version 1.13.
Based on a patch from MAINTAINER, sent privately.
Changes:
- DESCR should contain a short description, not manual.
- style nits.
No changelong available. Recursive diff to previous version shows some build
fixes, documentation updates and user authentication support(?).
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 482176fb822..3c292158370 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:20 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/05 14:03:26 salo Exp $ # -DISTNAME= fhist-1.12 -PKGREVISION= 1 +DISTNAME= fhist-1.13 CATEGORIES= devel -MASTER_SITES= http://www.canb.auug.org.au/~millerp/ +MASTER_SITES= http://fhist.sourceforge.net/ MAINTAINER= Matthew@Aldous.com -HOMEPAGE= http://www.canb.auug.org.au/~millerp/fhist.html +HOMEPAGE= http://fhist.sourceforge.net/ COMMENT= File history and comparison tools -BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes -GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= YES + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES .include "../../devel/gettext-lib/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |