diff options
Diffstat (limited to 'www/trac-estimator/Makefile')
-rw-r--r-- | www/trac-estimator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile index cc7db4a37f74..29a0204b3678 100644 --- a/www/trac-estimator/Makefile +++ b/www/trac-estimator/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> |