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:
parent
30fb2f4761
commit
9571151cfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250381
@ -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>
|
||||
|
17
www/trac-timingandestimation/pkg-message
Normal file
17
www/trac-timingandestimation/pkg-message
Normal 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.
|
||||
**************************************************
|
Loading…
Reference in New Issue
Block a user