diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-05 16:17:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-05 16:17:09 +0000 |
commit | 3298245c679d7c156e08a95a6eb84af53ee5f16e (patch) | |
tree | 68ef345a27f645c0aa241a18919a92537a0b463d /x11 | |
parent | ab3e2b93530f62a753941e34561d2f4fec2a49ae (diff) | |
download | pkgsrc-3298245c679d7c156e08a95a6eb84af53ee5f16e.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" |