Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 09:20:34 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323025 - head/security/obfsproxy
Message-ID:  <201307150920.r6F9KYvG024333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307150920.r6F9KYvG024333>