diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-09-03 17:15:03 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-09-03 17:15:03 +0000 |
commit | 0ab388abdd778557cb8864bc553525649fcc07e2 (patch) | |
tree | 7757d6f7adc230d796bdb90b9883cfbb96f27e3d /security/fwbuilder-devel | |
parent | dc94ed062b799cba2ee6bea886ab8f1558b0729c (diff) | |
download | ports-0ab388abdd778557cb8864bc553525649fcc07e2.tar.gz ports-0ab388abdd778557cb8864bc553525649fcc07e2.zip |
Notes
Diffstat (limited to 'security/fwbuilder-devel')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index efca04e79e84..821eb0a4a768 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -48,6 +48,11 @@ PORTDOCS= * .endif .include <bsd.port.pre.mk> +post-install: + @${ECHO} If you are upgrading from a previous version of fwbuilder, + @${ECHO} please make sure to backup your fwbuilder database files + @${ECHO} prior to invoking fwbuilder for the first time. + .if defined(NOPORTDOCS) BROKEN= NOPORTDOCS is incomplete in this port .endif |