diff options
author | crees <crees@FreeBSD.org> | 2011-12-04 17:25:35 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-04 17:25:35 +0800 |
commit | c505816f9158ba25f7ee886e2b854e10fb3031a6 (patch) | |
tree | f5aec1f70a3a61f173de49ca48c1169dfbd27eff /databases | |
parent | b99b67899c7a1457100c97b7c7e47aabf03ac3e7 (diff) | |
download | freebsd-ports-gnome-c505816f9158ba25f7ee886e2b854e10fb3031a6.tar.gz freebsd-ports-gnome-c505816f9158ba25f7ee886e2b854e10fb3031a6.tar.zst freebsd-ports-gnome-c505816f9158ba25f7ee886e2b854e10fb3031a6.zip |
Fix distfile detection logic to use IGNORE instead; more standard
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/msql3/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 4f2ae7170d77..a11d52d67089 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -24,7 +24,6 @@ LATEST_LINK= msql3 # Not free for commercial use. RESTRICTED= restrictive copyright (no commercial use) -MANUAL_PACKAGE_BUILD= distfile unavailable on pointyhat MAKE_ENV+= WRKSRC=${WRKSRC} @@ -73,17 +72,7 @@ post-install: .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -DISTFILE_INSTRUCTIONS= \n\ -- You must manually obtain ${DISTFILES} from \n\ -http://www.Hughes.com.au/download/\n\ -and place it in ${DISTDIR}.\n\ -The distribution requires registration prior to use.\n\n -.endif - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.hughes.com.au/download/ to accept their license and download ${DISTFILES} into ${DISTDIR} .endif .include <bsd.port.post.mk> |