diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
commit | 21221c5d51147213883f10671673587ee6bc913e (patch) | |
tree | 11db026d302f5f3f643266f62f5d8884607f88b5 /biology/azara | |
parent | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (diff) | |
download | pkgsrc-21221c5d51147213883f10671673587ee6bc913e.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/azara')
-rw-r--r-- | biology/azara/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/azara/Makefile b/biology/azara/Makefile index 19463c1216a..fdec11c7799 100644 --- a/biology/azara/Makefile +++ b/biology/azara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/12/09 14:36:33 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 20:32:10 asau Exp $ # DISTNAME= azara-2.7-src @@ -11,8 +11,6 @@ MAINTAINER= mchittur@cs.nmsu.edu HOMEPAGE= http://www.ccpn.ac.uk/azara/ COMMENT= Programs to process and view NMR data -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/azara-2.7 |