diff options
author | kei <kei> | 2001-06-12 05:25:38 +0000 |
---|---|---|
committer | kei <kei> | 2001-06-12 05:25:38 +0000 |
commit | ac1f5be0a9e42fd924c8bbfc83a0a6a2ab9be701 (patch) | |
tree | c8e42bbbca255ea2945261c17a481c58b357abbb /x11/x3270 | |
parent | 440585b66dfe2f507b46f0ed143286b89c96fc83 (diff) | |
download | pkgsrc-ac1f5be0a9e42fd924c8bbfc83a0a6a2ab9be701.tar.gz |
Make this package happy with xpkgwedge; Since mkfontdir is a part of standard
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/x3270/pkg/PLIST b/x11/x3270/pkg/PLIST index 6b4c5b758cc..b1d4b101201 100644 --- a/x11/x3270/pkg/PLIST +++ b/x11/x3270/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/05/09 02:34:57 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/06/12 05:25:38 kei Exp $ bin/pr3287 bin/x3270 bin/x3270if @@ -22,8 +22,8 @@ lib/X11/fonts/misc/3270gt8.pcf.gz lib/X11/fonts/misc/3270h.pcf.gz lib/X11/x3270/ibm_hosts @exec /bin/chmod u+w %D/lib/X11/fonts/misc %D/lib/X11/fonts/misc/fonts.dir -@exec %D/bin/mkfontdir %D/lib/X11/fonts/misc -@unexec %D/bin/mkfontdir %D/lib/X11/fonts/misc +@exec /usr/X11R6/bin/mkfontdir %D/lib/X11/fonts/misc +@unexec /usr/X11R6/bin/mkfontdir %D/lib/X11/fonts/misc @exec /bin/chmod u=rwx,go=rx %D/lib/X11/fonts/misc @exec /bin/chmod a=r %D/lib/X11/fonts/misc/fonts.dir man/cat1/ibm_hosts.0 |