diff options
author | glewis <glewis@FreeBSD.org> | 2010-01-15 14:14:59 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-01-15 14:14:59 +0800 |
commit | a744c313efa4292a7a383b87525283353030724e (patch) | |
tree | 26e392994b1fbd423ecfd75a90780cd46f6e8e05 /java/diablo-jre16 | |
parent | df39637189bf3cf051e6c90f531c9a9279e02f4e (diff) | |
download | freebsd-ports-gnome-a744c313efa4292a7a383b87525283353030724e.tar.gz freebsd-ports-gnome-a744c313efa4292a7a383b87525283353030724e.tar.zst freebsd-ports-gnome-a744c313efa4292a7a383b87525283353030724e.zip |
. Fix constructing the DISTFILE_INSTRUCTIONS variable for the main
distribution file.
Submitted by: Mark Costlow <cheeks@swcp.com>
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\ |