aboutsummaryrefslogtreecommitdiff
path: root/security/opencryptoki
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2010-11-23 17:43:55 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2010-11-23 17:43:55 +0000
commit584b09ea0bf6dd206cf70ae66e5eac8ed16f2f9b (patch)
tree0af5b8d6327791f02c6b34671e5a7ff06733b0c1 /security/opencryptoki
parent080a8fb7e4933f5280bb0c9f6380bbc790efb096 (diff)
downloadports-584b09ea0bf6dd206cf70ae66e5eac8ed16f2f9b.tar.gz
ports-584b09ea0bf6dd206cf70ae66e5eac8ed16f2f9b.zip
Remove a extra directory and file, and bump PORTREVISION.
Pointed out by: QAT
Notes
Notes: svn path=/head/; revision=265017
Diffstat (limited to 'security/opencryptoki')
-rw-r--r--security/opencryptoki/Makefile2
-rw-r--r--security/opencryptoki/files/patch-usr-lib-Makefile.am13
2 files changed, 14 insertions, 1 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index d415e5d0c407..3da165c5c9ca 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opencryptoki
PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
diff --git a/security/opencryptoki/files/patch-usr-lib-Makefile.am b/security/opencryptoki/files/patch-usr-lib-Makefile.am
new file mode 100644
index 000000000000..64a1781ba81c
--- /dev/null
+++ b/security/opencryptoki/files/patch-usr-lib-Makefile.am
@@ -0,0 +1,13 @@
+--- usr/lib/Makefile.am.orig 2010-07-29 21:28:41.000000000 +0900
++++ usr/lib/Makefile.am 2010-11-24 02:34:56.159978814 +0900
+@@ -1,10 +1,2 @@
+ SUBDIRS = pkcs11
+
+-install-data-hook:
+- $(MKDIR_P) $(DESTDIR)/etc/ld.so.conf.d
+- echo "$(libdir)/opencryptoki" >\
+- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf
+- echo "$(libdir)/opencryptoki/stdll" >>\
+- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf
+- echo "**** Remember you must run ldconfig before using the above settings ****"
+-