From 45b22a96a1ccce452041ab012041e59f48445b05 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 28 Jan 2010 20:07:26 +0000 Subject: DESTDIR support --- chat/libtlen/Makefile | 3 ++- chat/libtlen/distinfo | 4 ++-- chat/libtlen/patches/patch-aa | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'chat') diff --git a/chat/libtlen/Makefile b/chat/libtlen/Makefile index 22b317874c9..028c50effbd 100644 --- a/chat/libtlen/Makefile +++ b/chat/libtlen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:03 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2010/01/28 20:07:26 joerg Exp $ DISTNAME= libtlen-20041113 CATEGORIES= chat @@ -9,6 +9,7 @@ HOMEPAGE= http://libtlen.sourceforge.net/ COMMENT= Library to access tlen.pl IM system PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/chat/libtlen/distinfo b/chat/libtlen/distinfo index ebc2de7b67a..e915eb16777 100644 --- a/chat/libtlen/distinfo +++ b/chat/libtlen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2006/02/05 18:55:22 adam Exp $ +$NetBSD: distinfo,v 1.8 2010/01/28 20:07:26 joerg Exp $ SHA1 (libtlen-20041113.tar.gz) = 5746e82329f7d92256940d36fe77ab63fa239c18 RMD160 (libtlen-20041113.tar.gz) = b5fe22369e1515d6dc645eb272ea418b60fd734b Size (libtlen-20041113.tar.gz) = 160834 bytes -SHA1 (patch-aa) = 6d74bca5329c1055c17fb0c531e798808ddd287c +SHA1 (patch-aa) = dd87abe68ab5e9e99598778aed03d2caafab6b8d SHA1 (patch-ab) = dd1569e2dee2208b7a5a8d83800d55454f8d9c36 diff --git a/chat/libtlen/patches/patch-aa b/chat/libtlen/patches/patch-aa index 047ee3098a7..4749f368daa 100644 --- a/chat/libtlen/patches/patch-aa +++ b/chat/libtlen/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2006/02/05 18:55:22 adam Exp $ +$NetBSD: patch-aa,v 1.5 2010/01/28 20:07:26 joerg Exp $ --- lib/Makefile.in.orig 2003-01-16 04:33:32.000000000 -0600 +++ lib/Makefile.in @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.4 2006/02/05 18:55:22 adam Exp $ install-static: - $(INSTALL) -d $(DESTDIR)$(libdir) - $(INSTALL) -m 755 $(STATIC) $(DESTDIR)$(libdir) -+ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} ${STATIC:.a=.la} ${PREFIX}/lib ++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} ${STATIC:.a=.la} ${DESTDIR}${PREFIX}/lib install-devel: $(INSTALL) -d $(DESTDIR)$(includedir)$(libincludedir) -- cgit v1.2.3