diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-24 14:01:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-24 14:01:20 +0000 |
commit | 3b9a3e81f491b00e759b01abe6428446f6995341 (patch) | |
tree | 05c2cfccc81af9f7df1cbd2e902d69ed17346df1 /security | |
parent | 48fff8b8ada6f645710050a349098ba40532eee7 (diff) | |
download | pkgsrc-3b9a3e81f491b00e759b01abe6428446f6995341.tar.gz |
Honor VARBASE; bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 982e210181f..71e43171d00 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/06/25 15:44:30 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/24 14:01:20 jlam Exp $ DISTNAME= heimdal-0.6.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/pub/heimdal/src/ @@ -16,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_LIBTOOL= yes -HEIMDAL_STATEDIR?= /var/heimdal +HEIMDAL_STATEDIR?= ${VARBASE}/heimdal GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |