summaryrefslogtreecommitdiff
path: root/lang/sun-jre14/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-18 23:27:14 +0000
committerjlam <jlam>2006-07-18 23:27:14 +0000
commit0c8080a2e113bfe68091dcf3bb0697eecbb09617 (patch)
tree6a1e94be400ffc55f4402c5344549e393d61835e /lang/sun-jre14/Makefile.common
parent6fa25b98fa7eb509b5644c747b20914d06d6f91b (diff)
downloadpkgsrc-0c8080a2e113bfe68091dcf3bb0697eecbb09617.tar.gz
Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
Diffstat (limited to 'lang/sun-jre14/Makefile.common')
-rw-r--r--lang/sun-jre14/Makefile.common38
1 files changed, 19 insertions, 19 deletions
diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common
index 79fb1389b3c..9ccf9c78524 100644
--- a/lang/sun-jre14/Makefile.common
+++ b/lang/sun-jre14/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2006/04/22 09:22:10 rillig Exp $
+# $NetBSD: Makefile.common,v 1.30 2006/07/18 23:27:14 jlam Exp $
CATEGORIES= lang java
EXTRACT_SUFX= .bin
@@ -41,26 +41,26 @@ DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
.endif
_FETCH_MESSAGE= \
- ${ECHO} "======================================================================"; \
- ${ECHO} ; \
- ${ECHO} " The file ${DISTNAME}${EXTRACT_SUFX} containing"; \
- ${ECHO} " ${COMMENT} must be fetched"; \
- ${ECHO} " into:"; \
- ${ECHO} " ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \
- ${ECHO} " from:"; \
- ${ECHO} " ${DOWNLOAD}"; \
- ${ECHO} " or ${ARCHIVE}"; \
- ${ECHO} ; \
- ${ECHO} " Click 'Download J2SE ${SHORT}', read and accept the"; \
- ${ECHO} " license, then choose 'Linux self-extracting file'."; \
- ${ECHO} -e ${END_MESSAGE}; \
- ${ECHO} "======================================================================"
+ "The file ${DISTNAME}${EXTRACT_SUFX} containing:" \
+ " ${COMMENT}" \
+ "must be fetched into:" \
+ " {DISTDIR}" \
+ "from:"; \
+ " ${DOWNLOAD}" \
+ " or ${ARCHIVE}" \
+ "" \
+ "Click 'Download J2SE ${SHORT}', read and accept the" \
+ "license, then choose 'Linux self-extracting file'." \
+ ${END_MESSAGE}
.if !empty(PKG_OPTIONS:Msun-jre-jce)
-END_MESSAGE="\n The file jce_policy-1_4_2.zip must be fetched into:\n" \
- " ${DISTDIR}/jce_policy-1_4_2.zip\n\n" \
- "Under 'Other Downloads' / 'Java Cryptography Extension'\n" \
- "click 'Download' and choose the .zip file.\n"
+END_MESSAGE= \
+ "" \
+ "The file jce_policy-1_4_2.zip must be fetched into:" \
+ " ${DISTDIR}/jce_policy-1_4_2.zip" \
+ ""
+ "Under 'Other Downloads' / 'Java Cryptography Extension'" \
+ "click 'Download' and choose the .zip file."
.endif
post-fetch: