summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-07 01:51:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-07 01:51:29 +0000
commitb80d0ae168cad5c66fdd319a0c37293e35d8b248 (patch)
tree43c1f341aa121ea7f13a0dfde033603fcf0d4d37
parentfb746da2bb15e5cea26c0246c7b7a2ec2d5525e2 (diff)
downloadpkgsrc-b80d0ae168cad5c66fdd319a0c37293e35d8b248.tar.gz
tweak fetch-hint message
-rw-r--r--x11/swing/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile
index ebb08546984..50b2cea6799 100644
--- a/x11/swing/Makefile
+++ b/x11/swing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/09/06 21:49:40 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2000/09/07 01:51:29 hubertf Exp $
DISTNAME= swing1_1_1
PKGNAME= swing-1.1.1
@@ -32,10 +32,9 @@ ROOT_GROUP?= wheel
do-fetch:
@if [ ! -f ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
${ECHO_MSG} "==============================================================="; \
- ${ECHO_MSG} " For licensing reasons, the Swing 1.1.1 distribution must be"; \
- ${ECHO_MSG} " fetched manually into \"${DISTDIR}/${DIST_SUBDIR}\" from"; \
- ${ECHO_MSG} " ${HOMEPAGE}download.html "; \
- ${ECHO_MSG} " The required distribution file is \"${DISTNAME}${EXTRACT_SUFX}\""; \
+ ${ECHO_MSG} " For licensing reasons, the Swing distfile (${DISTNAME}${EXTRACT_SUFX})"; \
+ ${ECHO_MSG} " must be fetched manually into \"${DISTDIR}/${DIST_SUBDIR}\""; \
+ ${ECHO_MSG} " from ${HOMEPAGE}download.html "; \
${ECHO_MSG} "==============================================================="; \
${FALSE}; \
fi