diff options
author | asau <asau@pkgsrc.org> | 2009-12-11 17:36:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-11 17:36:50 +0000 |
commit | 245a37570c0b8b2ead1fb31b22671d5e1c8fbfd9 (patch) | |
tree | 4eacf7172507231be412e1191ba9bb6d17d80265 /math/eispack | |
parent | 0699f40b7470d310561bae989ae3b932b45b0c71 (diff) | |
download | pkgsrc-245a37570c0b8b2ead1fb31b22671d5e1c8fbfd9.tar.gz |
Support staged installation.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 4 | ||||
-rw-r--r-- | math/eispack/files/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index c687e5373fe..219b3447963 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/11 17:36:50 asau Exp $ DISTNAME= eispack-20001130 PKGREVISION= 2 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Fortran routines for the solution of eigenvalue problems +PKG_DESTDIR_SUPPORT= user-destdir + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_LANGUAGES= fortran WRKSRC= ${WRKDIR}/eispack diff --git a/math/eispack/files/Makefile b/math/eispack/files/Makefile index de89a9fb0ff..f48b63c6a5a 100644 --- a/math/eispack/files/Makefile +++ b/math/eispack/files/Makefile @@ -21,7 +21,7 @@ lib$(LIB).a: $(OBJS) $(RANLIB) $@ install: lib$(LIB).a - $(BSD_INSTALL_DATA) lib$(LIB).a $(LIBDIR) + $(BSD_INSTALL_DATA) lib$(LIB).a $(DESTDIR)$(LIBDIR) clean: rm -f *.o lib$(LIB).a |