diff options
author | Max Khon <fjoe@FreeBSD.org> | 2001-11-21 22:56:17 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2001-11-21 22:56:17 +0000 |
commit | 43e73b2ccbcdd25b583d0066989c55373fbe1739 (patch) | |
tree | f7422631ae6b29954b86b25f01c6f5097e80822a /databases | |
parent | The FvwmM4 module needs gm4 to function properly. (diff) |
mark port as NO_CDROM/RESTRICTED/NO_PACKAGE because redistribution terms
are unclear.
Notes
Notes:
svn path=/head/; revision=50345
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libudbc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile index 494be6cb0299..2a7df9e4ba88 100644 --- a/databases/libudbc/Makefile +++ b/databases/libudbc/Makefile @@ -20,6 +20,10 @@ NO_BUILD= yes INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 +RESTRICTED= 'Downloading and redistribution terms are unclear' +NO_CDROM= 'Downloading and redistribution terms are unclear' +NO_PACKAGE= 'Downloading and redistribution terms are unclear' + do-install: @${INSTALL_PROGRAM} ${WRKDIR}/udbcsdk/examples/udbctest ${PREFIX}/bin @${MKDIR} ${PREFIX}/include/udbc |