summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-03 23:34:19 +0000
committerjlam <jlam@pkgsrc.org>2004-01-03 23:34:19 +0000
commit1d0bd76f9c07c7c307f989f800afbf21464666cb (patch)
treeb30fec5a6249cf429c9ff271b6edd498f91c8183 /pkgtools/xpkgwedge/Makefile
parent969ee436ce8390e32d537948e408c1e2cde373f7 (diff)
downloadpkgsrc-1d0bd76f9c07c7c307f989f800afbf21464666cb.tar.gz
Update pkgtools/xpkgwedge to 1.9. Changes from version 1.8 are making
this package work in a pkgviews world by looking for imake config files in ${PREFIX}/lib/X11/config, then ${VIEWBASE}/lib/X11/config, then ${X11BASE}/lib/X11/config. The second directory is where some packages may share a commonly-editted host.def file.
Diffstat (limited to 'pkgtools/xpkgwedge/Makefile')
-rw-r--r--pkgtools/xpkgwedge/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile
index 901d84646d3..8e10d885fb4 100644
--- a/pkgtools/xpkgwedge/Makefile
+++ b/pkgtools/xpkgwedge/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2003/11/23 08:35:05 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2004/01/03 23:34:21 jlam Exp $
-DISTNAME= xpkgwedge-1.8
+DISTNAME= xpkgwedge-1.9
WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools devel x11
MASTER_SITES= # empty
@@ -10,6 +10,8 @@ MAINTAINER= jlam@NetBSD.org
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt
COMMENT= Allows X11 pkgs to be built and used outside of $${X11BASE}
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_ONLY= # empty
NO_CONFIGURE= # defined
NO_BUILDLINK= # defined
@@ -26,6 +28,7 @@ INSTALLATION_DIRS= bin lib/X11/config
#
FONT_PROGS= bdftopcf fstobdf mkfontdir
+FILES_SUBST+= VIEWBASE=${VIEWBASE}
FILES_SUBST+= FONT_PROGS=${FONT_PROGS:Q}
FILES_SUBST+= MAKE=${MAKE_PROGRAM:Q}