diff options
author | asau <asau@pkgsrc.org> | 2009-12-12 19:43:41 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-12 19:43:41 +0000 |
commit | 72aed07362580b9a4bc28df18a4504eab9a3f48f (patch) | |
tree | 015e8a26f8f33a1244dad49e817a4a0c41b1971e /math/fftpack/Makefile | |
parent | 3d67949da07aae80867eb1efcb9febe274ce6955 (diff) | |
download | pkgsrc-72aed07362580b9a4bc28df18a4504eab9a3f48f.tar.gz |
Support staged installation.
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 807b2d62579..48c4c7997e0 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.17 2009/12/12 19:43:41 asau Exp $ DISTNAME= fftpack-20001130 PKGREVISION= 2 @@ -12,11 +12,12 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_LANGUAGES= fortran WRKSRC= ${WRKDIR}/fftpack INSTALLATION_DIRS= lib share/doc/fftpack +PKG_DESTDIR_SUPPORT= user-destdir post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} post-install: - ${INSTALL_DATA} ${WRKSRC}/doc ${PREFIX}/share/doc/fftpack + ${INSTALL_DATA} ${WRKSRC}/doc ${DESTDIR}${PREFIX}/share/doc/fftpack .include "../../mk/bsd.pkg.mk" |