diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-02-26 21:34:12 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-02-26 21:34:12 +0000 |
commit | ea6a93366e267a1f7ce41946c03bcf02df2669c4 (patch) | |
tree | d78d95bba63c4904c9fa421e7466d6b57e97f8b3 /www/trac-estimator/Makefile | |
parent | 9571151cfa200152784dc8c01f3ae5455a48a68e (diff) |
Notes
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> |