diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:39:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:39:05 +0800 |
commit | aed04489c12a2981f691f38059ca46559ed0bb2b (patch) | |
tree | cc09e235851b38d62239c9bb28ca64aefd4d63e8 /x11-themes | |
parent | 040a2a9c9b0a5067e586cc9ffed7e58dbe564747 (diff) | |
download | marcuscom-ports-aed04489c12a2981f691f38059ca46559ed0bb2b.tar.gz marcuscom-ports-aed04489c12a2981f691f38059ca46559ed0bb2b.tar.zst marcuscom-ports-aed04489c12a2981f691f38059ca46559ed0bb2b.zip |
xorg still living in X11BASE, so add PREFIX=${X11BASE} to fix the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7376 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-bluecurve-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile index 3c97f79fb..4a63b7e92 100644 --- a/x11-themes/cursor-bluecurve-theme/Makefile +++ b/x11-themes/cursor-bluecurve-theme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cursor-bluecurve-theme -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= The Bluecurve X cursor themes @@ -15,6 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11- MASTERDIR= ${.CURDIR}/../bluecurve-themes +PREFIX= ${X11BASE} + THEMES= Bluecurve Bluecurve-inverse .for t in ${THEMES} |