summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
commitf07f504808239f4dd6005f79bb145e49b4947c11 (patch)
tree7811629449e2414bae88ea387269ba55abd90884 /x11-wm
parent- ECHO -> ECHO_MSG (diff)
KATO mega patch
- ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89492
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/amiwm/Makefile2
-rw-r--r--x11-wm/windowmaker/Makefile14
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile
index d5f9b6a43549..b0895bf354b9 100644
--- a/x11-wm/amiwm/Makefile
+++ b/x11-wm/amiwm/Makefile
@@ -22,7 +22,7 @@ MAN1= amiwm.1
post-install:
.if !defined(NOPORTDOCS)
- @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/amiwm"
+ @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/amiwm"
@${MKDIR} ${PREFIX}/share/doc/amiwm
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm
@${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 0e6052f70b48..401c02c05553 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -71,16 +71,18 @@ CONFIGURE_ARGS+= --enable-gnome
.if defined(WITH_KDE)
CONFIGURE_ARGS+= --enable-kde
-.else
-pre-extract:
- @${ECHO} "You can add hooks for KDE by defining WITH_KDE"
.endif
-.if !defined(WITHOUT_HERMES)
pre-everything::
- @${ECHO} "You can disable the Hermes library by defining WITHOUT_HERMES"
- @${ECHO}
+.if !defined(WITHOUT_HERMES)
+ @${ECHO_MSG}
+ @${ECHO_MSG} "You can disable the Hermes library by defining WITHOUT_HERMES"
+ @${ECHO_MSG}
.endif
+.if !defined(WITH_KDE)
+ @${ECHO_MSG}
+ @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE"
+ @${ECHO_MSG}
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c