diff options
author | tron <tron@pkgsrc.org> | 1998-08-18 21:54:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-18 21:54:39 +0000 |
commit | 9cb20fc7a43447e4bbdc419820b91ed5ea5412e1 (patch) | |
tree | 580a28aa071b62997e812daedbefac6229a1117b /x11/xbanner/patches | |
parent | f38f06e04f0a2905507fc17389397144ddd84e88 (diff) | |
download | pkgsrc-9cb20fc7a43447e4bbdc419820b91ed5ea5412e1.tar.gz |
New "xbanner" package created by Tim Rightnour:
make your XDM login screen look pretty.
Diffstat (limited to 'x11/xbanner/patches')
-rw-r--r-- | x11/xbanner/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xbanner/patches/patch-aa b/x11/xbanner/patches/patch-aa new file mode 100644 index 00000000000..81d762e7398 --- /dev/null +++ b/x11/xbanner/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 1998/08/18 21:54:39 tron Exp $ + +--- Imakefile.orig Thu May 15 13:38:25 1997 ++++ Imakefile Tue Aug 18 01:44:23 1998 +@@ -8,3 +8,3 @@ + +-LOCALBINDIR=/usr/X11/bin ++LOCALBINDIR=$(X11BASE)/bin + ETCDIR=/etc/X11/xdm +@@ -25,4 +25,4 @@ + XCOMM Install directives +-InstallTarget(install,xbanner, --strip --mode "0755" --owner root --group bin , $(LOCALBINDIR)) +-InstallTarget(install,freetemp, --strip --mode "0755" --owner root --group bin , $(LOCALBINDIR)) +-InstallTarget(install,xb_check, --strip --mode "0755" --owner root --group bin , $(LOCALBINDIR)) ++InstallTarget(install,xbanner, -s -m 0755 -o root -g bin , $(LOCALBINDIR)) ++InstallTarget(install,freetemp, -s -m 0755 -o root -g bin , $(LOCALBINDIR)) ++InstallTarget(install,xb_check, -s -m 0755 -o root -g bin , $(LOCALBINDIR)) |