summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 15:46:33 +0000
committerrodent <rodent>2013-04-06 15:46:33 +0000
commit6e182970ba4f4d5eec89dfa9e9fd858af4c9f9c7 (patch)
tree4d1d884fe35e78216fd1cc2704789c93f36dfb94 /security
parent02d12b5b90bd135eb8b0a739c1075d814ce7e1ce (diff)
downloadpkgsrc-6e182970ba4f4d5eec89dfa9e9fd858af4c9f9c7.tar.gz
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'security')
-rw-r--r--security/cy2-anonymous/Makefile4
-rw-r--r--security/cy2-crammd5/Makefile4
-rw-r--r--security/cy2-digestmd5/Makefile4
-rw-r--r--security/cy2-gssapi/Makefile4
-rw-r--r--security/cy2-ldapdb/Makefile4
-rw-r--r--security/cy2-login/Makefile4
-rw-r--r--security/cy2-ntlm/Makefile4
-rw-r--r--security/cy2-otp/Makefile4
-rw-r--r--security/cy2-plain/Makefile4
-rw-r--r--security/cy2-scram/Makefile4
-rw-r--r--security/cy2-sql/Makefile4
11 files changed, 22 insertions, 22 deletions
diff --git a/security/cy2-anonymous/Makefile b/security/cy2-anonymous/Makefile
index e964ebc8b83..345b86f39ab 100644
--- a/security/cy2-anonymous/Makefile
+++ b/security/cy2-anonymous/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
COMMENT= Cyrus SASL ANONYMOUS authentication plugin
@@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
CONFIGURE_ARGS+= --enable-anonymous
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libanonymous.la
do-install:
diff --git a/security/cy2-crammd5/Makefile b/security/cy2-crammd5/Makefile
index ece0e313aa8..676059a2ea9 100644
--- a/security/cy2-crammd5/Makefile
+++ b/security/cy2-crammd5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/}
COMMENT= Cyrus SASL CRAM-MD5 authentication plugin
@@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
CONFIGURE_ARGS+= --enable-cram
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libcrammd5.la
do-install:
diff --git a/security/cy2-digestmd5/Makefile b/security/cy2-digestmd5/Makefile
index 35196a2dab2..8a7925d8901 100644
--- a/security/cy2-digestmd5/Makefile
+++ b/security/cy2-digestmd5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/02/06 23:23:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:38 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/}
PKGREVISION= 1
@@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --enable-digest
CONFIGURE_ARGS+= --with-rc4
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libdigestmd5.la
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/cy2-gssapi/Makefile b/security/cy2-gssapi/Makefile
index 9541111454d..ac47d521229 100644
--- a/security/cy2-gssapi/Makefile
+++ b/security/cy2-gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2013/04/06 15:46:38 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
PKGREVISION= 1
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libgssapiv2.la
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/cy2-ldapdb/Makefile b/security/cy2-ldapdb/Makefile
index e9688c9b4fb..e496aaf8791 100644
--- a/security/cy2-ldapdb/Makefile
+++ b/security/cy2-ldapdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
PKGREVISION= 1
@@ -10,7 +10,7 @@ SASL_PLUGIN= yes
CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap}
CONFIGURE_ARGS+= --enable-ldapdb
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libldapdb.la
.include "../../databases/openldap-client/buildlink3.mk"
diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile
index 9663b2f5deb..40533227ded 100644
--- a/security/cy2-login/Makefile
+++ b/security/cy2-login/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:23 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/}
COMMENT= Cyrus SASL LOGIN authentication plugin
@@ -12,7 +12,7 @@ SASL_PLUGIN= yes
CONFIGURE_ARGS+= --enable-login
CONFIGURE_ARGS+= --enable-plain
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= liblogin.la
do-install:
diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile
index 317f83d27ff..63118d4f835 100644
--- a/security/cy2-ntlm/Makefile
+++ b/security/cy2-ntlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
PKGREVISION= 1
@@ -10,7 +10,7 @@ SASL_PLUGIN= yes
CONFIGURE_ARGS+= --enable-ntlm
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libntlm.la
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/cy2-otp/Makefile b/security/cy2-otp/Makefile
index 3f3ff90a8c3..2cb763930f4 100644
--- a/security/cy2-otp/Makefile
+++ b/security/cy2-otp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/}
PKGREVISION= 1
@@ -12,7 +12,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
CONFIGURE_ARGS+= --enable-otp
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libotp.la
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile
index 78ed68ace74..4cc1b7f415e 100644
--- a/security/cy2-plain/Makefile
+++ b/security/cy2-plain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/}
COMMENT= Cyrus SASL PLAIN authentication plugin
@@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
CONFIGURE_ARGS+= --enable-plain
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libplain.la
do-install:
diff --git a/security/cy2-scram/Makefile b/security/cy2-scram/Makefile
index 4fba7acb423..11f9a9a96b0 100644
--- a/security/cy2-scram/Makefile
+++ b/security/cy2-scram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-scram/}
PKGREVISION= 1
@@ -10,7 +10,7 @@ SASL_PLUGIN= yes
CONFIGURE_ARGS+= --enable-scram
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libscram.la
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index 807cbf564da..3606284a44b 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/03/02 20:33:32 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/06 15:46:39 rodent Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
PKGREVISION= 1
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --without-sqlite3
CONFIGURE_ARGS+= --enable-sql
-BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_DIRS= plugins
BUILD_TARGET= libsql.la
do-install: