diff options
author | minskim <minskim> | 2004-07-05 16:17:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-05 16:17:09 +0000 |
commit | dce9b4c5278909a45ab3cbcde840246fbd2474ee (patch) | |
tree | 68ef345a27f645c0aa241a18919a92537a0b463d /x11 | |
parent | 2fb0fdb940dc93883fa41bbce80a99d1865ad885 (diff) | |
download | pkgsrc-dce9b4c5278909a45ab3cbcde840246fbd2474ee.tar.gz |
Use ${VARBASE} instead of /var.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index e37e7505f1f..bec4eaff014 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2004/05/10 17:46:28 minskim Exp $ +# $NetBSD: Makefile,v 1.104 2004/07/05 16:17:09 minskim Exp $ DISTNAME= gnome-libs-1.4.2 PKGREVISION= 3 @@ -29,7 +29,7 @@ CONFIGURE_ENV+= ${CONFIGURE_ENV.db-${BDB_TYPE}} USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES -LOCALSTATEDIR= /var/gnome +LOCALSTATEDIR= ${VARBASE}/gnome PLIST_SUBST+= LOCALSTATEDIR=${LOCALSTATEDIR} .include "../../audio/esound/buildlink3.mk" |