diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:21:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:21:44 +0000 |
commit | 4ee7bdb882134c0d1c91f83186a0bf536137231d (patch) | |
tree | c6245ddf514f3509237d080368a7e4d68c3c1094 /databases | |
parent | BROKEN: Does not fetch (diff) |
Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTED
Notes
Notes:
svn path=/head/; revision=85965
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libudbc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile index 4a14c404160b..dcf98248f943 100644 --- a/databases/libudbc/Makefile +++ b/databases/libudbc/Makefile @@ -22,8 +22,6 @@ 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 |