diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /math/dcdflib.f | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'math/dcdflib.f')
-rw-r--r-- | math/dcdflib.f/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/dcdflib.f/Makefile b/math/dcdflib.f/Makefile index cf3ae1287e4..fa94717ec21 100644 --- a/math/dcdflib.f/Makefile +++ b/math/dcdflib.f/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/09 10:26:05 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:27 joerg Exp $ DISTNAME= dcdflib.f-1.1 PKGREVISION= 2 @@ -13,8 +13,9 @@ WRKSRC= ${WRKDIR}/dcdflib.f BUILD_DIRS= src USE_LANGUAGES= c fortran +INSTALLATION_DIRS= lib share/doc/dcdflib.f + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.f ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dcdflib.f ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dcdflib.f |