diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:32:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:32:14 +0000 |
commit | 4a6d3c641b8d5b4930c9d0f56a706254ff591eb6 (patch) | |
tree | 30e90489bb2fde2dc42e526e58b11179a54191cc /security/kqoauth | |
parent | 1759c63e9fe2c7cc64a068cb0eea4fb1bb2b8d68 (diff) |
Notes
Diffstat (limited to 'security/kqoauth')
-rw-r--r-- | security/kqoauth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/kqoauth/Makefile b/security/kqoauth/Makefile index c2d066734afd..47df13a8669c 100644 --- a/security/kqoauth/Makefile +++ b/security/kqoauth/Makefile @@ -19,8 +19,7 @@ QMAKE_SOURCE_PATH= ${PORTNAME}.pro USE_GITHUB= yes GH_ACCOUNT= kypeli GH_PROJECT= kQOAuth - -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-677339c +GH_COMMIT= 677339c pre-configure: ${REINPLACE_CMD} -e 's|$${target.path}/pkgconfig|$${INSTALL_PREFIX}/libdata/pkgconfig|g' \ |