summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-17 11:01:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-17 11:01:16 +0000
commita3a73aa969e6c39ed1a299012e79b929b11724c7 (patch)
treed9f38f52d3fa9c51c8666731f3543729ad2ba81a /x11-wm
parentVariable reordering. Move NO_WRKSUBDIR and USE_X11 to the (diff)
Change AFTERDIR from ${PREFIX}/lib/afterstep to .../lib/X11/afterstep.
It's quite amazing it seems to have totally ignored the STEPRC definition just two lines below! Now this port packages fine.
Notes
Notes: svn path=/head/; revision=3631
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/afterstep/files/patch-aa b/x11-wm/afterstep/files/patch-aa
index 28eddeadacf2..7ce13b4ba7f3 100644
--- a/x11-wm/afterstep/files/patch-aa
+++ b/x11-wm/afterstep/files/patch-aa
@@ -4,7 +4,7 @@
-#define AFTERDIR "/usr/lib/X11/afterstep"
-#define AFTER_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps"
-#define STEPRC "/usr/lib/X11/afterstep/system.steprc"
-+#define AFTERDIR "@@PREFIX@@/lib/afterstep"
++#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"