diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-01-15 06:14:59 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-01-15 06:14:59 +0000 |
commit | 71aebc8141786c25a900fbdfc22116b2fc2a452e (patch) | |
tree | b43b68fc0375bdba852e5447614dc8c538adc298 /java/diablo-jre16 | |
parent | 2ad198f22effcdb071655649a55fdf883aba7550 (diff) |
. Fix constructing the DISTFILE_INSTRUCTIONS variable for the main
distribution file.
Submitted by: Mark Costlow <cheeks@swcp.com>
Notes
Notes:
svn path=/head/; revision=247918
Diffstat (limited to 'java/diablo-jre16')
-rw-r--r-- | java/diablo-jre16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/diablo-jre16/Makefile b/java/diablo-jre16/Makefile index afd7bc844242..1582dd7ff0e3 100644 --- a/java/diablo-jre16/Makefile +++ b/java/diablo-jre16/Makefile @@ -95,7 +95,7 @@ DISTFILE_INSTRUCTIONS=\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually.\n\n .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})#{ -Please access\n\ +DISTFILE_INSTRUCTIONS+=Please access\n\ \n\ ${DOWNLOAD_URL}\n\ \n\ |