1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Added pkg-message for post-installation configuration tips.

Feature safe:	yes
This commit is contained in:
Greg Larkin 2010-02-26 21:27:08 +00:00
parent 30fb2f4761
commit 9571151cfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250381
2 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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.
**************************************************