diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 20:59:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 20:59:18 +0000 |
commit | 123f360d604054e308851908fb7aeea26b514835 (patch) | |
tree | 526ac9d19193ae93d2967b204ec117b3ba66d3d8 /databases | |
parent | 704080a7b5998febaff62958647ffcbc3faf78da (diff) |
- remove DEPRECATED & EXPIRATION_DATE;
- fix a fatigued typo.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=107754
Diffstat (limited to 'databases')
-rw-r--r-- | databases/clip/Makefile | 2 | ||||
-rw-r--r-- | databases/clip/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index af461b8d311a..d70bcea90a95 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -26,8 +26,6 @@ WANT_GNOME= yes .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ wget:${PORTSDIR}/ftp/wget diff --git a/databases/clip/pkg-descr b/databases/clip/pkg-descr index 838dd8387bef..cf3247c5f9a6 100644 --- a/databases/clip/pkg-descr +++ b/databases/clip/pkg-descr @@ -1,3 +1,3 @@ -Object orientired, CA-Clipper compatible compiler +Object oriented, CA-Clipper compatible compiler. WWW: http://www.itk.ru/english/ |