summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-04 19:02:31 +0000
committerjlam <jlam>2000-10-04 19:02:31 +0000
commita1e2d469c1fd43a4975ed39d903078ec79aa52ed (patch)
tree48f6c1344091319da3585cbeb7b83b5032abe8ca /pkgtools
parent1dbceb42e85e7172817a1897b067049ed2702a38 (diff)
downloadpkgsrc-a1e2d469c1fd43a4975ed39d903078ec79aa52ed.tar.gz
Make the binary package so the same thing as a "make install": put the
#include <xpkgwedge.def> at the start of the host.def file.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/xpkgwedge/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/xpkgwedge/pkg/PLIST b/pkgtools/xpkgwedge/pkg/PLIST
index 853216319da..35da2232c1a 100644
--- a/pkgtools/xpkgwedge/pkg/PLIST
+++ b/pkgtools/xpkgwedge/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/07/31 19:30:49 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/10/04 19:02:31 jlam Exp $
lib/X11/config/xpkgwedge.def
-@exec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (grep -v xpkgwedge %D/lib/X11/config/host.def.bak; echo '#include <xpkgwedge.def>') >%D/lib/X11/config/host.def
+@exec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (echo '#include <xpkgwedge.def>'; grep -v xpkgwedge %D/lib/X11/config/host.def.bak') >%D/lib/X11/config/host.def
@unexec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (grep -v xpkgwedge %D/lib/X11/config/host.def.bak || true) >%D/lib/X11/config/host.def