diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-02-27 05:27:08 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-02-27 05:27:08 +0800 |
commit | d57aaf9a71558d7ede33cd1471284b027416841a (patch) | |
tree | 7cf8adbb5b5fbb1c22ac4731ba994d6cd65a57fc | |
parent | 7b7379f94c4425d97f98dc750a50e7d8d305a544 (diff) | |
download | freebsd-ports-gnome-d57aaf9a71558d7ede33cd1471284b027416841a.tar.gz freebsd-ports-gnome-d57aaf9a71558d7ede33cd1471284b027416841a.tar.zst freebsd-ports-gnome-d57aaf9a71558d7ede33cd1471284b027416841a.zip |
- Added pkg-message for post-installation configuration tips.
Feature safe: yes
-rw-r--r-- | www/trac-timingandestimation/Makefile | 3 | ||||
-rw-r--r-- | www/trac-timingandestimation/pkg-message | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile index ea912394ff8a..e6a25f8921e9 100644 --- a/www/trac-timingandestimation/Makefile +++ b/www/trac-timingandestimation/Makefile @@ -26,4 +26,7 @@ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/www/trac-timingandestimation/pkg-message b/www/trac-timingandestimation/pkg-message new file mode 100644 index 000000000000..15072809da6e --- /dev/null +++ b/www/trac-timingandestimation/pkg-message @@ -0,0 +1,17 @@ +************************************************** +To complete the installation, please add: + +[components] +timingandestimationplugin.* = enabled + +to your trac.ini to enable the plugin. + +Next, upgrade your database with the command: + + trac-admin /full/path/to/YourProjectName upgrade + +Finally, visit: +http://trac-hacks.org/wiki/TimingAndEstimationPlugin#PostInstallationConfigurationOptions + +for configuration instructions. +************************************************** |