From 6ba5c683778514e7484f59f576110f24d92d2654 Mon Sep 17 00:00:00 2001 From: asau Date: Fri, 11 Dec 2009 17:36:50 +0000 Subject: [PATCH] Support staged installation. --- math/eispack/Makefile | 4 +++- math/eispack/files/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/math/eispack/Makefile b/math/eispack/Makefile index c687e5373fe8..219b34479634 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 de89a9fb0ff5..f48b63c6a5a3 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