diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:19:13 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:19:13 +0800 |
commit | c7b95cab2bd09cb83a0bd325b95d274aae2011ed (patch) | |
tree | 26be2adcc7ba4869a7fca7d54ee476ea72058794 /x11-clocks | |
parent | b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40 (diff) | |
download | freebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.tar.gz freebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.tar.zst freebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.zip |
Respect X11BASE
PR: ports/106162
Approved by: maintainer (implicit)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/buici-clock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile index 85a2b4c1695e..39a6f8c0747a 100644 --- a/x11-clocks/buici-clock/Makefile +++ b/x11-clocks/buici-clock/Makefile @@ -26,5 +26,6 @@ PLIST_FILES= bin/buici-clock post-patch: @${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in + @${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/configure .include <bsd.port.mk> |