diff options
author | jlam <jlam@pkgsrc.org> | 2003-11-23 06:46:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-11-23 06:46:54 +0000 |
commit | e0063aa8e548210c21e18925073bfeb5e32e54d0 (patch) | |
tree | 631958ba0fdf089cb2cadbfb5effb37e8441a952 /pkgtools/xpkgwedge/Makefile | |
parent | f2379fe5a04d4a84d4af60b4f08d2dd52d53a8b6 (diff) | |
download | pkgsrc-e0063aa8e548210c21e18925073bfeb5e32e54d0.tar.gz |
Update the host.def file during view (de)installation. Also deal with
the font program symlinks at both view-deinstall and normal deinstallation
time since the files aren't listed in the PLIST (the font programs are
handled completely by the INSTALL/DEINSTALL scripts).
Diffstat (limited to 'pkgtools/xpkgwedge/Makefile')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index ce2f10e9e9e..3eaa6c9ec05 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/10/18 10:12:09 grant Exp $ +# $NetBSD: Makefile,v 1.43 2003/11/23 06:46:54 jlam Exp $ DISTNAME= xpkgwedge-1.8 WRKSRC= ${WRKDIR} @@ -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 @@ -19,6 +21,7 @@ USE_X11= YES USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL +INSTALLATION_DIRS= bin lib/X11/config # FONT_PROGS are symlinked from ${X11BASE}/bin to ${PREFIX}/bin to allow # ${PREFIX}/bin/${prog} to always work. |