diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-07-14 14:57:56 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-07-14 14:57:56 +0000 |
commit | 0317f0a5523ea5f965e0cd4dbd581adbf16b44f5 (patch) | |
tree | 5b36ce5de521c8a45a0a42ad90b295eee4981d74 /science | |
parent | 11652c7636976a4abe0480601a97e77b564eae26 (diff) | |
download | ports-0317f0a5523ea5f965e0cd4dbd581adbf16b44f5.tar.gz ports-0317f0a5523ea5f965e0cd4dbd581adbf16b44f5.zip |
- Change upgrade warning
PR: ports/125483
Submitted by: Anders Troback <freebsd troback.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=216838
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index cda4b238fe9b..e17af18b018b 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -35,6 +35,7 @@ pre-everything:: @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" @${ECHO_MSG} "changed since version 2.2.x." @${ECHO_MSG} "Cancel this installation now and export your databases" - @${ECHO_MSG} "to a generic format as gedcom if you have not already done so." + @${ECHO_MSG} "to GRAMPS XML file format as gedcom if you have not" + @${ECHO_MSG} "already have done so." .include <bsd.port.post.mk> |