diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-01-20 10:45:28 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-01-20 10:45:28 +0000 |
commit | 654528ebc1a346f118350e262a6486a9d14e786c (patch) | |
tree | 8ba55f346eeb6924085f698c436e32a795c4fbc3 /databases/firebird-devel | |
parent | - As the original cjk master sites timeouts often on package building (diff) |
* take maintainership [1]
* update "pre-everything"
Approved by: maintainer (garga) [1]
Notes
Notes:
svn path=/head/; revision=153975
Diffstat (limited to 'databases/firebird-devel')
-rw-r--r-- | databases/firebird-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 1d7c34b4cfb6..96a58fcfe6cb 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= firebird PKGNAMESUFFIX= -devel DISTNAME= firebird2-20050726 -MAINTAINER= garga@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) USE_BZIP2= yes @@ -43,13 +43,8 @@ BROKEN= "Does not build on FreeBSD-4.x" .endif pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." + @${ECHO_MSG} "changed since version 1.5.x." @${ECHO_MSG} "Cancel this installation now and backup your databases" @${ECHO_MSG} "if you have not already done so." .if !defined(BATCH) |