summaryrefslogtreecommitdiff
path: root/security/opensc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-23 18:16:19 +0000
committerasau <asau@pkgsrc.org>2012-10-23 18:16:19 +0000
commit40b91e7ab919c68deb72b748cca1857afc0cc61a (patch)
tree2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/opensc
parentff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff)
downloadpkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/Makefile4
-rw-r--r--security/opensc/Makefile.common4
2 files changed, 2 insertions, 6 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index e5db86e0a47..6c73cd78128 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/11/16 07:25:15 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:38 asau Exp $
COMMENT= Smart Card drivers and middleware
LICENSE= gnu-lgpl-v2.1
@@ -7,8 +7,6 @@ LICENSE= gnu-lgpl-v2.1
PKGREVISION= 3
-PKG_DESTDIR_SUPPORT= user-destdir
-
CONFIGURE_ARGS+= --disable-nsplugin
EGDIR= ${PREFIX}/share/examples/opensc
diff --git a/security/opensc/Makefile.common b/security/opensc/Makefile.common
index a0f028218bb..a97f1420809 100644
--- a/security/opensc/Makefile.common
+++ b/security/opensc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2011/02/28 14:53:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2012/10/23 18:16:38 asau Exp $
#
# used by security/opensc/Makefile
# used by security/opensc-signer/Makefile
@@ -11,8 +11,6 @@ MASTER_SITES= http://www.opensc-project.org/files/opensc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opensc-project.org/opensc/
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
GNU_CONFIGURE= YES