diff options
author | asau <asau> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:04:15 +0000 |
commit | 75214369059dc203660e28aa48bb9bbe6d1eda48 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/arpack/Makefile | |
parent | 7fbdcede50ed11cf4e67fb60b694c458430517cf (diff) | |
download | pkgsrc-75214369059dc203660e28aa48bb9bbe6d1eda48.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/arpack/Makefile')
-rw-r--r-- | math/arpack/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 5d182b47028..c8dc06c115a 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/29 16:38:01 asau Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/11 23:04:16 asau Exp $ DISTNAME= arpack96 PKGNAME= arpack-96 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.caam.rice.edu/software/ARPACK/SRC/ COMMENT= Library of subroutines to solve eigenvalue problems LICENSE= original-bsd -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/ARPACK USE_LANGUAGES= fortran77 MAKE_ENV+= WRKSRC=${WRKSRC} |