aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-02-27 05:27:08 +0800
committerglarkin <glarkin@FreeBSD.org>2010-02-27 05:27:08 +0800
commitd57aaf9a71558d7ede33cd1471284b027416841a (patch)
tree7cf8adbb5b5fbb1c22ac4731ba994d6cd65a57fc
parent7b7379f94c4425d97f98dc750a50e7d8d305a544 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--www/trac-timingandestimation/pkg-message17
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.
+**************************************************