diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-04 09:25:35 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-04 09:25:35 +0000 |
commit | 8475484d2782204c9d74fdb631cd181fb9e68e95 (patch) | |
tree | 9c8e413ffa624af52a77694b3904102da2ae4b52 /databases/msql3/Makefile | |
parent | dec2df91457a3b7c0f7f896f8a871d8aa1405bac (diff) | |
download | ports-8475484d2782204c9d74fdb631cd181fb9e68e95.tar.gz ports-8475484d2782204c9d74fdb631cd181fb9e68e95.zip |
Notes
Diffstat (limited to 'databases/msql3/Makefile')
-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> |