diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-01 01:57:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-01 01:57:06 +0000 |
commit | 8e55ee9bbc3d4e1681d4c0dcc353b39494811bb3 (patch) | |
tree | aaaf39679aec2f51f94ab09e3370b1aba6c2cde4 /x11-themes/flux-art/Makefile | |
parent | 250fbd004c1e63af01baef14bee96c8d344b8225 (diff) | |
download | ports-8e55ee9bbc3d4e1681d4c0dcc353b39494811bb3.tar.gz ports-8e55ee9bbc3d4e1681d4c0dcc353b39494811bb3.zip |
Move x11-wm/fluxbox-devel from X11BASE to LOCALBASE. As for the other ports,
chase the change of fluxbox-devel's home. Bump the PORTREVISION. Be sure to
read in the UPDATING.
Notes
Notes:
svn path=/head/; revision=171777
Diffstat (limited to 'x11-themes/flux-art/Makefile')
-rw-r--r-- | x11-themes/flux-art/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/flux-art/Makefile b/x11-themes/flux-art/Makefile index 6dcc20bb76bb..daf0ccde5c36 100644 --- a/x11-themes/flux-art/Makefile +++ b/x11-themes/flux-art/Makefile @@ -7,6 +7,7 @@ PORTNAME= flux-art PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.iluxa.kremenchug.net/files/ @@ -18,7 +19,7 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel CONFLICTS= fluxbox-fluxmod-* USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_DIR= ${PREFIX}/share/fluxbox/styles @@ -28,7 +29,7 @@ DATA_CMD= cd ${WRKSRC}; ${FIND} * -type f pre-install: @for theme in `${THEME_CMD}`; do \ - ${SED} -i '' -e "s,~/.fluxbox,${X11BASE}/share/fluxbox," ${WRKSRC}/$$theme; \ + ${SED} -i '' -e "s,~/.fluxbox,${LOCALBASE}/share/fluxbox," ${WRKSRC}/$$theme; \ done do-install: |