summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /security
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'security')
-rw-r--r--security/flawfinder/Makefile4
-rw-r--r--security/john/Makefile4
-rw-r--r--security/keychain/Makefile4
-rw-r--r--security/libident/Makefile4
-rw-r--r--security/pyca/Makefile4
-rw-r--r--security/rats/Makefile4
-rw-r--r--security/ssh-askpass/Makefile4
-rw-r--r--security/stunnel/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index f8965821fc2..91b9be24f56 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:31 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $
DISTNAME= flawfinder-1.26
CATEGORIES= security devel
@@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.dwheeler.com/flawfinder/
COMMENT= Python program to find flaws in C/C++ programs
-NO_BUILD= # defined
+NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= flawfinder
INSTALATION_DIRS= bin man/man1
diff --git a/security/john/Makefile b/security/john/Makefile
index fe37d6c5dbe..2bb57cf2fe0 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:32 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $
#
DISTNAME= john-1.6
@@ -12,7 +12,7 @@ COMMENT= Unix Password Cracker
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
.include "../../mk/compiler.mk"
.include "../../mk/bsd.prefs.mk"
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index 2d288cc4a8c..7dc4fa15278 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/08/04 10:50:43 martti Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:26 rillig Exp $
DISTNAME= keychain-2.5.5
CATEGORIES= security
@@ -15,7 +15,7 @@ DEPENDS+= openssh-[0-9]*:../../security/openssh
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_BUILD= # defined
+NO_BUILD= yes
INSTALLATION_DIRS= bin man/man1 share/doc/${PKGBASE}
diff --git a/security/libident/Makefile b/security/libident/Makefile
index c210916f1b2..6dc5b65ca07 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:26 rillig Exp $
#
DISTNAME= libident-0.22
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Small library to interface to the ident protocol server (rfc1413)
-USE_LIBTOOL= # defined
+USE_LIBTOOL= yes
BUILD_TARGET= netbsd
diff --git a/security/pyca/Makefile b/security/pyca/Makefile
index 1d64b1c6d20..da386a1c489 100644
--- a/security/pyca/Makefile
+++ b/security/pyca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:32 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:26 rillig Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031021
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.pyca.de/
COMMENT= Administration tools for X.509/PKIX CA
-NO_BUILD= # defined
+NO_BUILD= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/security/rats/Makefile b/security/rats/Makefile
index 86bccf6c1f2..f60eeeaecc5 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/06/17 04:49:48 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:26 rillig Exp $
#
DISTNAME= rats-2.1
@@ -12,7 +12,7 @@ COMMENT= Rough Auditing Tool for Security
PKG_INSTALLATION_TYPES= overwrite pkgviews
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/rats
BUILD_TARGET= rats
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile
index 5aa919be67a..8da275f713f 100644
--- a/security/ssh-askpass/Makefile
+++ b/security/ssh-askpass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/03/17 15:48:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/09/28 20:52:26 rillig Exp $
DISTNAME= x11-ssh-askpass-1.0
PKGNAME= ${DISTNAME:S/^x11-//}
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/
COMMENT= X11-based passphrase dialog for OpenSSH
-USE_IMAKE= # defined
+USE_IMAKE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 196cae44b6f..fba538128bc 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/07/03 04:00:18 tv Exp $
+# $NetBSD: Makefile,v 1.50 2005/09/28 20:52:26 rillig Exp $
DISTNAME= stunnel-4.07
PKGREVISION= 2
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.stunnel.org/
COMMENT= Universal SSL tunnel
USE_PKGINSTALL= yes
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \
--with-cert-dir="${SSLCERTS}" \
--with-pem-dir="${SSLCERTS}" \