diff options
author | hubertf <hubertf> | 2000-09-07 01:51:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-07 01:51:29 +0000 |
commit | fcd8e43d42c33c5e76272bbc5d81f1262b0f5d19 (patch) | |
tree | 43c1f341aa121ea7f13a0dfde033603fcf0d4d37 /x11/swing | |
parent | 1d53cc6645c3b95375d757e9e14ff3ff58a5c1cc (diff) | |
download | pkgsrc-fcd8e43d42c33c5e76272bbc5d81f1262b0f5d19.tar.gz |
tweak fetch-hint message
Diffstat (limited to 'x11/swing')
-rw-r--r-- | x11/swing/Makefile | 9 |
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 |