diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
commit | a987b758f9619c40b16effce5d02fe4b0f85f94a (patch) | |
tree | b08a0a0bcdb3b0e975458697ba69210b249fedf4 /x11 | |
parent | c31c6777e7927b3d70c1e5d618b2de583834fd13 (diff) | |
download | marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.gz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.bz2 marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.lz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.xz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.zst marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.zip |
Get rid of some X11BASE and some X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9420 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 4 | ||||
-rw-r--r-- | x11/xscreensaver-gnome/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index f2bbfbd63..2d63a2ae6 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/xscreensaver-gnome/Makefile,v 1.4 2007/08/07 03:52:33 mezz Exp $ # PORTNAME?= xscreensaver-gnome @@ -97,7 +97,7 @@ post-patch: @${REINPLACE_CMD} -e 's|
||' \ ${WRKSRC}/hacks/glx/klein.c @${REINPLACE_CMD} -E -e 's|^[[:space:]]*GL_LIBS="${PTHREAD_LIBS}"|#|g ; \ - s|/usr/X11R6|${X11BASE}|g' \ + s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|<util.h>|<libutil.h>|' \ ${WRKSRC}/hacks/phosphor.c ${WRKSRC}/hacks/apple2-main.c diff --git a/x11/xscreensaver-gnome/pkg-plist b/x11/xscreensaver-gnome/pkg-plist index d6446c2c6..2113c319c 100644 --- a/x11/xscreensaver-gnome/pkg-plist +++ b/x11/xscreensaver-gnome/pkg-plist @@ -452,5 +452,5 @@ share/xscreensaver/config/zoom.xml @dirrm share/xscreensaver/glade @dirrm share/xscreensaver @dirrm bin/xscreensaver-hacks -@cwd %%X11BASE%% +@cwd %%LOCALBASE%% lib/X11/app-defaults/XScreenSaver |