1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Remove a extra directory and file, and bump PORTREVISION.

Pointed out by:		QAT
This commit is contained in:
Norikatsu Shigemura 2010-11-23 17:43:55 +00:00
parent 080a8fb7e4
commit 584b09ea0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265017
2 changed files with 14 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= opencryptoki
PORTVERSION= 2.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}

View File

@ -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 ****"
-