summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 23:46:45 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 23:46:45 +0000
commite44bf515dca964f13aa06a03626a32a7753205f3 (patch)
tree697974df9adeedbe3b04d377f1c3143f916bf1ab /security
parent48fe50ff788b4a1718b3fe1c754d3d5bc74a469e (diff)
downloadpkgsrc-e44bf515dca964f13aa06a03626a32a7753205f3.tar.gz
Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
Diffstat (limited to 'security')
-rw-r--r--security/flawfinder/Makefile6
-rw-r--r--security/fsh/Makefile4
-rw-r--r--security/py-amkCrypto/Makefile4
-rw-r--r--security/py-cryptkit/Makefile4
-rw-r--r--security/py-gnupg/Makefile4
5 files changed, 11 insertions, 11 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index 891e288bbfe..345dee22041 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/14 13:02:23 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:56 jlam Exp $
#
DISTNAME= flawfinder-1.20
@@ -20,6 +20,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${PREFIX}/man/man1
-.include "../../lang/python/application.buildlink.mk"
-.include "../../lang/python/extension.buildlink.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
index e5000a72691..72b7f221802 100644
--- a/security/fsh/Makefile
+++ b/security/fsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:39 seb Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/21 23:46:56 jlam Exp $
#
DISTNAME= fsh-1.1
@@ -14,6 +14,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-.include "../../lang/python/application.buildlink.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile
index 66aa3a8bc79..7fdac023526 100644
--- a/security/py-amkCrypto/Makefile
+++ b/security/py-amkCrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/06/17 10:27:57 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/21 23:46:56 jlam Exp $
#
DISTNAME= amkCrypto-0.1.3
@@ -22,5 +22,5 @@ do-configure:
${MV} -f ${WRKSRC}/setup.py.tmp ${WRKSRC}/setup.py
.include "../../security/openssl/buildlink.mk"
-.include "../../lang/python/extension.buildlink.mk"
+.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
index 53a17aef542..ee4ef1e4bf2 100644
--- a/security/py-cryptkit/Makefile
+++ b/security/py-cryptkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:23:31 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:56 jlam Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,5 @@ COMMENT= python Cryptographic Toolkit
PYBINMODULE= yes
PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.buildlink.mk"
+.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index db2e299c9e7..ba7fce0fe68 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:57 jlam Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
@@ -14,5 +14,5 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg
PYTHON_VERSIONS_ACCEPTED= 21
PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.buildlink.mk"
+.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"