diff options
author | dmcmahill <dmcmahill> | 2000-09-06 21:49:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-09-06 21:49:40 +0000 |
commit | 2e383111e71a39db47c7b065460eac943504ae10 (patch) | |
tree | a2ac73452358371c0823b223291c55ed552960b8 /x11/swing | |
parent | a03ab12f2c52b42af9dcb97ff90bf35b7c65a9bc (diff) | |
download | pkgsrc-2e383111e71a39db47c7b065460eac943504ae10.tar.gz |
add an additional comment saying which distribution file (tar or zip format)
needs to be downloaded by the user.
Diffstat (limited to 'x11/swing')
-rw-r--r-- | x11/swing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile index 4f77efcf4e7..ebb08546984 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/06 21:49:40 dmcmahill Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 @@ -35,6 +35,7 @@ do-fetch: ${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} "==============================================================="; \ ${FALSE}; \ fi |