summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 09:25:13 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 09:25:13 +0800
commitfb9094b1f57cc9f3518a0c22844b7f5d167453db (patch)
treedf547881956c3b56d7d0e909f160e42ef941425c /x11
parent82484d7a7003a58e78f9242ec5c070708a25b58e (diff)
downloadmarcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar.gz
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar.bz2
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar.lz
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar.xz
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.tar.zst
marcuscom-ports-fb9094b1f57cc9f3518a0c22844b7f5d167453db.zip
Missed a X11BASE -> LOCALBASE, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7645 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index f84ef5b58..55292e5ba 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xscreensaver
PORTVERSION= 5.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/ \
http://dougbarton.us/Downloads/
@@ -108,7 +108,7 @@ post-patch:
${WRKSRC}/configure.Patched > ${WRKSRC}/configure
post-install:
- @(if test -x ${X11BASE}/bin/xscreensaver-hacks/webcollage-helper; then \
+ @(if test -x ${LOCALBASE}/bin/xscreensaver-hacks/webcollage-helper; then \
${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \
${MV} ${TMPPLIST}.cat ${TMPPLIST}; fi)