svn commit: r311385 - head/www/py-graphite-web

Palle Girgensohn girgen at FreeBSD.org
Fri Feb 1 15:28:30 UTC 2013


Author: girgen
Date: Fri Feb  1 15:28:29 2013
New Revision: 311385
URL: http://svnweb.freebsd.org/changeset/ports/311385

Log:
  make install work with WRKDIRPREFIX set

Modified:
  head/www/py-graphite-web/Makefile

Modified: head/www/py-graphite-web/Makefile
==============================================================================
--- head/www/py-graphite-web/Makefile	Fri Feb  1 15:22:08 2013	(r311384)
+++ head/www/py-graphite-web/Makefile	Fri Feb  1 15:28:29 2013	(r311385)
@@ -30,6 +30,6 @@ post-install:
 	@${ECHO} ${PYTHON_SITELIBDIR}
 	${CHOWN} ${WWWOWN} ${PREFIX}/graphite/storage
 	${CHOWN} ${WWWOWN} ${PREFIX}/graphite/storage/log/webapp
-	@${CAT} pkg-message
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list