diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-11 21:46:11 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-11 21:46:11 +0800 |
commit | e3a8eee27e75af2e61f9b7e698146b5c8bda36f2 (patch) | |
tree | 67981a2a60042fef82c76ddf647a9a585fdfc026 /x11-clocks/buici-clock | |
parent | b76b79f5696ea4a4ff501d0216b26ce22dcac69d (diff) | |
download | freebsd-ports-graphics-e3a8eee27e75af2e61f9b7e698146b5c8bda36f2.tar.gz freebsd-ports-graphics-e3a8eee27e75af2e61f9b7e698146b5c8bda36f2.tar.zst freebsd-ports-graphics-e3a8eee27e75af2e61f9b7e698146b5c8bda36f2.zip |
Really respect X11BASE this time.
Reported by: rafan
Approved by: maintainer (implicit)
Diffstat (limited to 'x11-clocks/buici-clock')
-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 39a6f8c0747..80caa77a931 100644 --- a/x11-clocks/buici-clock/Makefile +++ b/x11-clocks/buici-clock/Makefile @@ -27,5 +27,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 + @${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |