pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Honor VARBASE; bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/820dbfa0d1d9
branches:  trunk
changeset: 478478:820dbfa0d1d9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jul 24 14:01:20 2004 +0000

description:
Honor VARBASE; bump PKGREVISION.

diffstat:

 security/heimdal/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8e700cb560d6 -r 820dbfa0d1d9 security/heimdal/Makefile
--- a/security/heimdal/Makefile Sat Jul 24 13:56:09 2004 +0000
+++ b/security/heimdal/Makefile Sat Jul 24 14:01:20 2004 +0000
@@ -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 @@
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
 
-HEIMDAL_STATEDIR?=     /var/heimdal
+HEIMDAL_STATEDIR?=     ${VARBASE}/heimdal
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index