diff options
author | asau <asau> | 2009-12-12 21:58:18 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-12 21:58:18 +0000 |
commit | 826ac6490597d4371d214a0d72b78b4489069054 (patch) | |
tree | 29e39572745a02c964a834a2812cc321b29ae90f /math/dcdflib.f/patches | |
parent | 617f53cde40b2aaab17467ed5a152be87d73efca (diff) | |
download | pkgsrc-826ac6490597d4371d214a0d72b78b4489069054.tar.gz |
Support staged installation.
Diffstat (limited to 'math/dcdflib.f/patches')
-rw-r--r-- | math/dcdflib.f/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dcdflib.f/patches/patch-ab b/math/dcdflib.f/patches/patch-ab index 76b3c8f3293..7a51b4ad206 100644 --- a/math/dcdflib.f/patches/patch-ab +++ b/math/dcdflib.f/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2006/06/09 10:26:05 rillig Exp $ +$NetBSD: patch-ab,v 1.3 2009/12/12 22:18:00 asau Exp $ --- /dev/null Tue Apr 17 00:09:25 2001 +++ src/Makefile @@ -25,7 +25,7 @@ $NetBSD: patch-ab,v 1.2 2006/06/09 10:26:05 rillig Exp $ + ${RANLIB} $@ + +install: lib${LIB}.a -+ ${BSD_INSTALL_DATA} $? ${PREFIX}/lib ++ ${BSD_INSTALL_DATA} $? ${DESTDIR}${PREFIX}/lib + +clean: + rm -f *.o lib${LIB}.a |