diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-10 10:43:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-10 10:43:41 +0000 |
commit | 4508ba937cc86fdbc4009f6fa2af4252aa86a827 (patch) | |
tree | fd128d60404cb614d721982d7ed1f325b9b2ece5 /textproc | |
parent | 5d5016f2aa66a2c9098fff9ccbe2e2ff7688088e (diff) | |
download | pkgsrc-4508ba937cc86fdbc4009f6fa2af4252aa86a827.tar.gz |
restore some Makefile parts which got lost when I added DESTDIR support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlada/distinfo | 4 | ||||
-rw-r--r-- | textproc/xmlada/patches/patch-aa | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/xmlada/distinfo b/textproc/xmlada/distinfo index 64f1c4690b3..c1ae5af5393 100644 --- a/textproc/xmlada/distinfo +++ b/textproc/xmlada/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/03 18:50:53 drochner Exp $ +$NetBSD: distinfo,v 1.2 2011/02/10 10:43:41 drochner Exp $ SHA1 (xmlada-4.1w-20101125.tar.bz2) = 350d0c2aa58905c3e3e276f5f83775573178c01a RMD160 (xmlada-4.1w-20101125.tar.bz2) = fd6f6e870585376416b35dd5e0d422eee89c6d25 Size (xmlada-4.1w-20101125.tar.bz2) = 701742 bytes -SHA1 (patch-aa) = 11f8f8e461e5e2f544f6d3946d5eec6bb71a2215 +SHA1 (patch-aa) = 5b72eef334bd1172c2040af6f7541ec4c62f880c diff --git a/textproc/xmlada/patches/patch-aa b/textproc/xmlada/patches/patch-aa index 7d6e1e1a1c6..f36eb8b2d74 100644 --- a/textproc/xmlada/patches/patch-aa +++ b/textproc/xmlada/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.1.1.1 2011/02/03 18:50:55 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2011/02/10 10:43:41 drochner Exp $ support DESTDIR --- Makefile.in.orig 2010-11-25 15:44:56.000000000 +0000 +++ Makefile.in -@@ -91,51 +91,47 @@ docs: force +@@ -91,51 +91,49 @@ docs: force # Rule for installing the modules %_inst: force @@ -16,6 +16,7 @@ support DESTDIR - ${RM} ${xmllib}libxmlada_$** + ${CP} $*/*.ad[bs] $(DESTDIR)${includedir}/xmlada + cd $*; ls *.ad[bs] > $(DESTDIR)${libdir}/gnat/xmlada/xmlada_$*.lgpr ++ -cd $(DESTDIR)${xmllib}; ${CHMOD} ugo+w *.ali + -${CP} $*/lib/${LIBRARY_TYPE}/*.ali $(DESTDIR)${xmllib} ifeq (${LIBRARY_TYPE},static) - ${INSTALL} $*/lib/${LIBRARY_TYPE}/libxmlada_$*.a ${xmllib} @@ -38,6 +39,7 @@ support DESTDIR endif endif - cd ${xmllib}; ${CHMOD} ugo-w *.ali ++ cd $(DESTDIR)${xmllib}; ${CHMOD} ugo-w *.ali install_dirs: force - @${MKDIR} ${bindir} |