diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-07-14 22:57:56 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-07-14 22:57:56 +0800 |
commit | a34790fd9bea0df7b7c147fa0e70ae1329726959 (patch) | |
tree | 9a43aed5c5b966f67425d8aa40efacf80f9220c0 /science | |
parent | 7c7e234faa77cd608188b29fcf09021e4784c93a (diff) | |
download | freebsd-ports-gnome-a34790fd9bea0df7b7c147fa0e70ae1329726959.tar.gz freebsd-ports-gnome-a34790fd9bea0df7b7c147fa0e70ae1329726959.tar.zst freebsd-ports-gnome-a34790fd9bea0df7b7c147fa0e70ae1329726959.zip |
- Change upgrade warning
PR: ports/125483
Submitted by: Anders Troback <freebsd troback.com> (maintainer)
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> |