diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-20 01:47:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-20 01:47:00 +0000 |
commit | afa8142dba845c5f295300b9e758707eb5e4b6c8 (patch) | |
tree | bc180116e80e8a2e84c8ec90b4c4d05126aa8a78 /cad/tkgate/Makefile | |
parent | 0e69d77bdf7761f70c43b60b5fe714c96cd81b80 (diff) | |
download | pkgsrc-afa8142dba845c5f295300b9e758707eb5e4b6c8.tar.gz |
LOCALBASE should be used instead of PREFIX when referring to existing
files. This allows setting INSTALLATION_PREFIX for the package.
Diffstat (limited to 'cad/tkgate/Makefile')
-rw-r--r-- | cad/tkgate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 563604c7c99..3a0e56b0033 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2007/01/20 01:47:00 rillig Exp $ # DISTNAME= tkgate-1.6i @@ -20,7 +20,7 @@ USE_TOOLS+= gm4 TKGATE_SITENAME= Earth CONFIGURE_ENV+= BUILDLINK_LDFLAGS=${BUILDLINK_LDFLAGS:Q} -CONFIGURE_ENV+= PREFIX=${PREFIX:Q} +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} SUBST_CLASSES+= tkgate SUBST_MESSAGE.tkgate= Fixing paths in configuration files. |