diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-14 05:49:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-14 05:49:49 +0000 |
commit | 3748baa68f64fb22644130c320023d84a5ce980a (patch) | |
tree | 96d8d025378468a78ac8e1b1554d3c721ac27fec /x11-clocks/asclock-xlib/Makefile | |
parent | 83aaf7b6f0ed6f2c45bfafd783aecbbdf9802b4c (diff) | |
download | ports-3748baa68f64fb22644130c320023d84a5ce980a.tar.gz ports-3748baa68f64fb22644130c320023d84a5ce980a.zip |
Notes
Diffstat (limited to 'x11-clocks/asclock-xlib/Makefile')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 2 |
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: |