diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:47 +0800 |
commit | b47561c30e59b6627e85387c9784a3f4e1312015 (patch) | |
tree | 2df311ca3d91d52bce1f9a881b79ab2f1cb0b7da /x11-wm/sapphire | |
parent | 6b92548edf3d9f30a91376728c5a940684fc837b (diff) | |
download | freebsd-ports-graphics-b47561c30e59b6627e85387c9784a3f4e1312015.tar.gz freebsd-ports-graphics-b47561c30e59b6627e85387c9784a3f4e1312015.tar.zst freebsd-ports-graphics-b47561c30e59b6627e85387c9784a3f4e1312015.zip |
- Respect X11BASE
PR: ports/105878
Submitted by: trasz
Diffstat (limited to 'x11-wm/sapphire')
-rw-r--r-- | x11-wm/sapphire/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/sapphire/pkg-plist | 24 |
2 files changed, 13 insertions, 12 deletions
diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile index 12021295427..60727ec6fa6 100644 --- a/x11-wm/sapphire/Makefile +++ b/x11-wm/sapphire/Makefile @@ -28,6 +28,7 @@ post-patch: ${REINPLACE_CMD} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/${ii} .endfor ${CP} ${WRKSRC}/data.inst ${WRKSRC}/sapphire.inst + ${REINPLACE_CMD} "s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sapphire.inst ${PREFIX}/bin diff --git a/x11-wm/sapphire/pkg-plist b/x11-wm/sapphire/pkg-plist index 6c0497f96d3..a1f9c0b5424 100644 --- a/x11-wm/sapphire/pkg-plist +++ b/x11-wm/sapphire/pkg-plist @@ -1,14 +1,14 @@ bin/sapphire bin/sapphire.inst -share/doc/sapphire/README -share/sapphire/menu/default -share/sapphire/menu/default.orig -share/sapphire/themes/darkblue.theme -share/sapphire/themes/default.theme -share/sapphire/themes/gray.theme -share/sapphire/themes/rose.theme -share/sapphire/themes/slate.theme -@dirrm share/doc/sapphire -@dirrm share/sapphire/menu -@dirrm share/sapphire/themes -@dirrm share/sapphire +%%DOCSDIR%%/README +%%DATADIR%%/menu/default +%%DATADIR%%/menu/default.orig +%%DATADIR%%/themes/darkblue.theme +%%DATADIR%%/themes/default.theme +%%DATADIR%%/themes/gray.theme +%%DATADIR%%/themes/rose.theme +%%DATADIR%%/themes/slate.theme +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/menu +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%% |