diff options
author | asami <asami@FreeBSD.org> | 1996-08-17 11:01:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-17 11:01:16 +0000 |
commit | a23b054744aa1694992bd19fb08ae547a69fa724 (patch) | |
tree | 23462bc1b9af53ac40f51f3be24a44fd2677d2bd /x11-wm | |
parent | d0f7e140b983628848ac5cf080d9609858e439f9 (diff) | |
download | FreeBSD-ports-a23b054744aa1694992bd19fb08ae547a69fa724.zip FreeBSD-ports-a23b054744aa1694992bd19fb08ae547a69fa724.tar.gz |
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.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/afterstep/files/patch-aa b/x11-wm/afterstep/files/patch-aa index 28eddea..7ce13b4 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" |