mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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.
This commit is contained in:
parent
8b44b435e1
commit
a3a73aa969
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3631
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue