aboutsummaryrefslogtreecommitdiff
path: root/security/obfsproxy
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2013-07-15 09:20:33 +0000
committerCarlo Strub <cs@FreeBSD.org>2013-07-15 09:20:33 +0000
commitc061910f6bee0a1e406aecf68602c5d1aa53821d (patch)
treeb7868afd1d5b51aaf1bfd6b17118926dd1583a6f /security/obfsproxy
parentde062e83154f6def83b6835c8e912ae049bb7a8b (diff)
Notes
Diffstat (limited to 'security/obfsproxy')
-rw-r--r--security/obfsproxy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile
index 35065b65b64d..8ecdbff4718a 100644
--- a/security/obfsproxy/Makefile
+++ b/security/obfsproxy/Makefile
@@ -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>