diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
commit | e07031c753f6cd21fd1da774f6ac78ae36b89980 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /security/pks | |
parent | d660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff) | |
download | pkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz |
Use VARBASE.
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index f650168c54d..0f6d32ef495 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/12/28 02:47:49 reed Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/29 15:31:24 minskim Exp $ DISTNAME= pks-0.9.4 PKGREVISION= 2 @@ -20,7 +20,7 @@ USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --datadir=${PREFIX}/share/pks -CONFIGURE_ARGS+= --localstatedir=/var/pks +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/pks # # pksd doesn't actually look for its config file anywhere; it must be # specified directly on the command-line. Setting sysconfdir here just |