diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /x11/xbanner/files | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'x11/xbanner/files')
-rw-r--r-- | x11/xbanner/files/patch-aa | 4 | ||||
-rw-r--r-- | x11/xbanner/files/patch-ac | 2 | ||||
-rw-r--r-- | x11/xbanner/files/patch-ae | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/xbanner/files/patch-aa b/x11/xbanner/files/patch-aa index ec588239ad50..291e999b9004 100644 --- a/x11/xbanner/files/patch-aa +++ b/x11/xbanner/files/patch-aa @@ -40,10 +40,10 @@ ! BINDIR =$(PREFIX)/bin # Library directories for Linux -! XLIBDIR =$(X11BASE)/lib +! XLIBDIR =$(LOCALBASE)/lib # Include directory for gcc (if you get X11/Xlib.h: file not found) -! INCDIR =-I$(X11BASE)/include +! INCDIR =-I$(LOCALBASE)/include # Library directories for the Ultrix (probably most Unixes) #XLIBDIR =/usr/lib/X11 diff --git a/x11/xbanner/files/patch-ac b/x11/xbanner/files/patch-ac index 511a61378370..e6ff71c417c0 100644 --- a/x11/xbanner/files/patch-ac +++ b/x11/xbanner/files/patch-ac @@ -24,7 +24,7 @@ #ifndef vms ! # if (defined(BSD) && (BSD >= 199306)) -! strcpy(line,"%%X11BASE%%/lib/X11/app-defaults/"); +! strcpy(line,"%%LOCALBASE%%/lib/X11/app-defaults/"); ! # else ! strcpy(line,"/usr/lib/X11/app-defaults/"); ! # endif diff --git a/x11/xbanner/files/patch-ae b/x11/xbanner/files/patch-ae index bcb35f5e0649..8363c175e201 100644 --- a/x11/xbanner/files/patch-ae +++ b/x11/xbanner/files/patch-ae @@ -13,7 +13,7 @@ XBanner.BarSize: 12 ! Name of the pixmap file to tile over the root window -! !XBanner.BgPixFile: %%X11BASE%%/include/X11/pixmaps/xdm_bg.xpm +! !XBanner.BgPixFile: %%LOCALBASE%%/include/X11/pixmaps/xdm_bg.xpm ! The number of ripples for the Ripples BG style XBanner.Ripples: 3 |