summaryrefslogtreecommitdiff
path: root/security/libident
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 09:04:02 +0000
committersalo <salo>2003-01-19 09:04:02 +0000
commitd47fc16151bd79377202c2614db8e01493b91995 (patch)
tree82eab9d17b5b21bc3862a48d5d27d1e69710210f /security/libident
parentbb87268b0bb6b238fc26bc94830994eb7cba876c (diff)
downloadpkgsrc-d47fc16151bd79377202c2614db8e01493b91995.tar.gz
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'security/libident')
-rw-r--r--security/libident/Makefile3
-rw-r--r--security/libident/distinfo4
-rw-r--r--security/libident/patches/patch-aa8
3 files changed, 7 insertions, 8 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index c94f92d9cd3..ee80e1c06af 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/10/22 11:44:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/01/19 09:04:04 salo Exp $
#
DISTNAME= libident-0.22
@@ -12,6 +12,5 @@ USE_BUILDLINK2= # defined
USE_LIBTOOL= # defined
ALL_TARGET= netbsd
-MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/libident/distinfo b/security/libident/distinfo
index 2bb20d9dfd2..d688cacb4f4 100644
--- a/security/libident/distinfo
+++ b/security/libident/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:33 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/01/19 09:04:04 salo Exp $
SHA1 (libident-0.22.tar.gz) = cf70a9600880085c333d4e8623ece8056a196cc6
Size (libident-0.22.tar.gz) = 10716 bytes
-SHA1 (patch-aa) = 1d5f7837d8979ea62427731b858399a47fd19a80
+SHA1 (patch-aa) = c50abad31f43c0761794f3bdb1dcf606b4be28be
diff --git a/security/libident/patches/patch-aa b/security/libident/patches/patch-aa
index ddd46462217..d80a455d7d3 100644
--- a/security/libident/patches/patch-aa
+++ b/security/libident/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 1999/03/12 16:32:08 tron Exp $
+$NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $
--- Makefile.orig Fri Jan 17 20:10:55 1997
+++ Makefile Fri Mar 12 17:20:39 1999
@@ -61,9 +61,9 @@ $NetBSD: patch-aa,v 1.5 1999/03/12 16:32:08 tron Exp $
- cp ident.h $(INCDIR)/ident.h
- -$(RM) $(MANDIR)/ident.3
- cp ident.3 $(MANDIR)/ident.3
-+ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${LIBIDENT} ${PREFIX}/lib
-+ ${INSTALL_DATA} ident.h ${INCDIR}/ident.h
-+ ${INSTALL_DATA} ident.3 ${MANDIR}/ident.3
++ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} ${LIBIDENT} ${PREFIX}/lib
++ ${BSD_INSTALL_DATA} ident.h ${INCDIR}/ident.h
++ ${BSD_INSTALL_DATA} ident.3 ${MANDIR}/ident.3
clean:
-$(RM) $(LIBIDENT) ident-tester lookup-tester *~ core *.o \#*