aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xglurbules
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-06 21:46:42 +0800
committerrafan <rafan@FreeBSD.org>2006-12-06 21:46:42 +0800
commitbba8d8d7b96b90cf61abe54cdaa0e0adc4274555 (patch)
treee197bf85d80bbc09bdbb21c92df4e033b5fc3dd8 /graphics/xglurbules
parent1ed4a675ad5ff9145bddd70841e5494b7040dcda (diff)
downloadfreebsd-ports-gnome-bba8d8d7b96b90cf61abe54cdaa0e0adc4274555.tar.gz
freebsd-ports-gnome-bba8d8d7b96b90cf61abe54cdaa0e0adc4274555.tar.zst
freebsd-ports-gnome-bba8d8d7b96b90cf61abe54cdaa0e0adc4274555.zip
- Respect X11BASE
- Use PLIST_FILES, pet portlint(1) PR: ports/106019 Submitted by: rafan Approved by: portmgr (linimon)
Diffstat (limited to 'graphics/xglurbules')
-rw-r--r--graphics/xglurbules/Makefile9
-rw-r--r--graphics/xglurbules/pkg-plist3
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile
index 517aa7b1b672..56833fd7be2f 100644
--- a/graphics/xglurbules/Makefile
+++ b/graphics/xglurbules/Makefile
@@ -20,10 +20,17 @@ USE_X_PREFIX= yes
MANCOMPRESSED= yes
+PLIST_FILES= bin/xglurbules \
+ bin/xglurbules-noshm \
+ bin/xglurbules-test
+
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+BROKEN= does not compile on !i386
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile
+
.include <bsd.port.post.mk>
diff --git a/graphics/xglurbules/pkg-plist b/graphics/xglurbules/pkg-plist
deleted file mode 100644
index 1ac8f26221bf..000000000000
--- a/graphics/xglurbules/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/xglurbules
-bin/xglurbules-noshm
-bin/xglurbules-test