diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | 984edc33c6b1830f6e322de9892466e0b2c8cde1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /math/yorick | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'math/yorick')
-rw-r--r-- | math/yorick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 57a79654e40..48614d9fe3e 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/09/11 23:04:36 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 15:46:37 rodent Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -13,7 +13,7 @@ COMMENT= Numerical algebra system (similar to Matlab) MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/yorick-1.6 -BUILD_DIRS= ${WRKSRC} ${WRKSRC}/doc +BUILD_DIRS= ${WRKSRC} doc INSTALL_DIRS= ${WRKSRC} INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/site-lisp INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} |