diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
commit | 5d7b880ff05897ffe683dc906c98a0fbccfefe95 (patch) | |
tree | 368b672d684456fd3d707cabe51d0c42518857db /net-im/xmpp-client | |
parent | 4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff) | |
download | ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.tar.gz ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.zip |
Notes
Diffstat (limited to 'net-im/xmpp-client')
-rw-r--r-- | net-im/xmpp-client/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index d7c3aa5ec7fa..dca1a14d696c 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -13,13 +13,8 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net +USES= go PLIST_FILES= bin/xmpp-client GO_PKGNAME= github.com/agl/${PORTNAME} -post-extract: - @${MKDIR} ${GO_WRKSRC:H} - @${LN} -sf ${WRKSRC} ${GO_WRKSRC} - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/go/files/bsd.go.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |