aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2000-08-14 13:49:49 +0800
committerkuriyama <kuriyama@FreeBSD.org>2000-08-14 13:49:49 +0800
commit24d709a9ce8345d3212b811bdf55f87124b4f7ca (patch)
tree076f2618f4a3b14cd21a7b1b569162d56a375994 /x11-clocks
parent9ef82ae5fa7e6a2d009ea8e92a16af4d9a0b647e (diff)
downloadfreebsd-ports-gnome-24d709a9ce8345d3212b811bdf55f87124b4f7ca.tar.gz
freebsd-ports-gnome-24d709a9ce8345d3212b811bdf55f87124b4f7ca.tar.zst
freebsd-ports-gnome-24d709a9ce8345d3212b811bdf55f87124b4f7ca.zip
I don't know why I used both $X11BASE and $LOCALBASE for installing
destination. Pointed out by: bento
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/asclock-xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile
index 4d800a16363e..fed81add2b1a 100644
--- a/x11-clocks/asclock-xlib/Makefile
+++ b/x11-clocks/asclock-xlib/Makefile
@@ -27,7 +27,7 @@ HAS_CONFIGURE= YES
post-patch:
@(cd ${WRKSRC}; \
${MV} config.c config.c.tmp; \
- ${SED} -e s@/usr/local/@${X11BASE}/@ -e s@/usr/share/asclock@${LOCALBASE}/share/asclock@ < config.c.tmp > config.c )
+ ${SED} -e s@/usr/local/@${PREFIX}/@ -e s@/usr/share/asclock@${PREFIX}/share/asclock@ < config.c.tmp > config.c )
.if defined(BATCH)
pre-configure: