svn commit: r323025 - head/security/obfsproxy

Carlo Strub cs at FreeBSD.org
Mon Jul 15 09:20:34 UTC 2013


Author: cs
Date: Mon Jul 15 09:20:33 2013
New Revision: 323025
URL: http://svnweb.freebsd.org/changeset/ports/323025

Log:
  re-add pkg-message properly

Modified:
  head/security/obfsproxy/Makefile

Modified: head/security/obfsproxy/Makefile
==============================================================================
--- head/security/obfsproxy/Makefile	Mon Jul 15 08:50:55 2013	(r323024)
+++ head/security/obfsproxy/Makefile	Mon Jul 15 09:20:33 2013	(r323025)
@@ -23,6 +23,7 @@ GIT_COMMIT=	ba6098
 USE_PYTHON=	yes
 USE_TWISTED=	yes
 USE_PYDISTUTILS=easy_install
+SUB_FILES=	pkg-message
 PYDISTUTILS_PKGNAME=obfsproxy
 
 post-extract:
@@ -30,4 +31,7 @@ post-extract:
 
 WRKSRC=${WRKDIR}/obfsproxy-${PORTVERSION}
 
+post-install:
+	${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list