pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5937892354d9
branches:  trunk
changeset: 570438:5937892354d9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 29 18:52:35 2010 +0000

description:
DESTDIR support

diffstat:

 devel/hugs-HUnit/Makefile    |  4 +++-
 devel/hugs-unix/Makefile     |  4 +++-
 textproc/hugs-HaXml/Makefile |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 8a3b5e5f0f75 -r 5937892354d9 devel/hugs-HUnit/Makefile
--- a/devel/hugs-HUnit/Makefile Fri Jan 29 18:52:09 2010 +0000
+++ b/devel/hugs-HUnit/Makefile Fri Jan 29 18:52:35 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/07 12:51:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/29 18:52:35 joerg Exp $
 #
 
 DISTNAME=      HUnit-1.1.20060921
@@ -8,5 +8,7 @@
 COMMENT=       Unit testing framework for Haskell
 HOMEPAGE=      http://hunit.sourceforge.net/
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../lang/hugs/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a3b5e5f0f75 -r 5937892354d9 devel/hugs-unix/Makefile
--- a/devel/hugs-unix/Makefile  Fri Jan 29 18:52:09 2010 +0000
+++ b/devel/hugs-unix/Makefile  Fri Jan 29 18:52:35 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/07 12:51:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/29 18:52:35 joerg Exp $
 #
 
 DISTNAME=      unix-2.0.20060921
@@ -8,5 +8,7 @@
 COMMENT=       Haskell abstraction for POSIX functionality
 HOMEPAGE=      http://www.haskell.org/ghc/docs/6.0/html/unix/index.html
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../lang/hugs/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a3b5e5f0f75 -r 5937892354d9 textproc/hugs-HaXml/Makefile
--- a/textproc/hugs-HaXml/Makefile      Fri Jan 29 18:52:09 2010 +0000
+++ b/textproc/hugs-HaXml/Makefile      Fri Jan 29 18:52:35 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/07 12:51:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/29 18:52:35 joerg Exp $
 #
 
 DISTNAME=      HaXml-1.17.20060921
@@ -8,5 +8,7 @@
 COMMENT=       Haskell utilities for managing and generating XML documents
 HOMEPAGE=      http://www.cs.york.ac.uk/fp/HaXml/
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../lang/hugs/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index