aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cd9660_unicode
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
committeredwin <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
commit66ad15aa9aa13d5cb48ca63a291e580966588856 (patch)
tree17d69b2c11abc331666ac7969bc3a84b07bba8ff /sysutils/cd9660_unicode
parent93fca8f6fe943e5bf9abe0b1e5aadad1db8b6551 (diff)
downloadfreebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.gz
freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.zst
freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.zip
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>
Diffstat (limited to 'sysutils/cd9660_unicode')
-rw-r--r--sysutils/cd9660_unicode/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile
index 1427f26fd869..1243f191cb31 100644
--- a/sysutils/cd9660_unicode/Makefile
+++ b/sysutils/cd9660_unicode/Makefile
@@ -29,12 +29,12 @@ FLAG!= /usr/bin/grep -e cd9660_wchar2char \
BROKEN= "your FreeBSD version is not supported. Please update to the latest version and try again"
.endif
-pre-fetch:
+pre-everything::
@if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \
- ${ECHO} "****************************************" ; \
- ${ECHO} " You need to extract kernel source tree" ; \
- ${ECHO} " before you build this package..." ; \
- ${ECHO} "****************************************" ; \
+ ${ECHO_MSG} "****************************************" ; \
+ ${ECHO_MSG} " You need to extract kernel source tree" ; \
+ ${ECHO_MSG} " before you build this package..." ; \
+ ${ECHO_MSG} "****************************************" ; \
${FALSE} ; \
fi