diff options
author | asau <asau@pkgsrc.org> | 2009-12-12 21:58:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-12 21:58:18 +0000 |
commit | 828faf5505fd928cd9f26d9ff89ee2e35952be78 (patch) | |
tree | 29e39572745a02c964a834a2812cc321b29ae90f /math/dfftpack/files | |
parent | f363d5a0d587cf33def67f3e8e1173608692bb98 (diff) | |
download | pkgsrc-828faf5505fd928cd9f26d9ff89ee2e35952be78.tar.gz |
Support staged installation.
Diffstat (limited to 'math/dfftpack/files')
-rw-r--r-- | math/dfftpack/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dfftpack/files/Makefile b/math/dfftpack/files/Makefile index 849b4f5a253..19e2c873d2b 100644 --- a/math/dfftpack/files/Makefile +++ b/math/dfftpack/files/Makefile @@ -17,7 +17,7 @@ lib$(LIB).a: $(OBJS) $(RANLIB) $@ install: lib$(LIB).a - $(BSD_INSTALL_DATA) $? $(LIBDIR) + $(BSD_INSTALL_DATA) $? $(DESTDIR)$(LIBDIR) clean: rm -f *.o lib$(LIB).a |