diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-29 19:50:21 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-29 19:50:21 +0000 |
commit | 288bbe0fdb66dbe4fbae5730b72737a8e89131d4 (patch) | |
tree | 0b95427faaf65787781470e2b57aba83d4829821 /x11-wm/afterstep/files/patch-aa | |
parent | Upgrade to October 23th, 1996 version of Wine. (diff) |
Upgrade to v1.0prerelease-1
Now includes manpages!
Notes
Notes:
svn path=/head/; revision=4187
Diffstat (limited to 'x11-wm/afterstep/files/patch-aa')
-rw-r--r-- | x11-wm/afterstep/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/afterstep/files/patch-aa b/x11-wm/afterstep/files/patch-aa index be189e7e5394..afa5a688878b 100644 --- a/x11-wm/afterstep/files/patch-aa +++ b/x11-wm/afterstep/files/patch-aa @@ -9,9 +9,9 @@ /* If you would like gradients, uncomment this */ #define ENABLE_TEXTURE --- 1,6 ---- -! #define AFTERDIR "@@PREFIX@@/lib/X11/afterstep" -! #define AFTER_ICONDIR "@@PREFIX@@/include/X11/bitmaps:@@PREFIX@@/include/X11/pixmaps" -! #define STEPRC "@@PREFIX@@/lib/X11/afterstep/system.steprc" +! #define AFTERDIR "%%PREFIX%%/lib/X11/afterstep" +! #define AFTER_ICONDIR "%%PREFIX%%/include/X11/bitmaps:%%PREFIX%%/include/X11/pixmaps" +! #define STEPRC "%%PREFIX%%/lib/X11/afterstep/system.steprc" /* If you would like gradients, uncomment this */ #define ENABLE_TEXTURE @@ -28,7 +28,7 @@ * Imake wants to leave binaries, then choose the second line here. * If you want to install it in a different directory, uncomment and * edit the first line */ -! #define AFTER_BIN_DIR BINDIR=@@PREFIX@@/bin +! #define AFTER_BIN_DIR BINDIR=%%PREFIX%%/bin /* Compiler over-ride for Imakefiles */ /* Leave it as shown to get your default compiler */ @@ -45,7 +45,7 @@ ***************************************************************************/ #define XPM /* linker flags needed to locate and link in the Xpm library, if you use it */ -! #define XPMLIBRARY -L@@PREFIX@@/lib -lXpm +! #define XPMLIBRARY -L%%PREFIX%%/lib -lXpm /*************************************************************************** *#define M4 |