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/rasmol/Makefile | |
parent | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (diff) | |
download | pkgsrc-21221c5d51147213883f10671673587ee6bc913e.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/rasmol/Makefile')
-rw-r--r-- | biology/rasmol/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 39563383016..e9e4c7262ce 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/12/30 08:33:47 obache Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/11 20:32:14 asau Exp $ DISTNAME= RasMol_2.7.3 PKGNAME= rasmol-2.7.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bernstein-plus-sons.com/software/rasmol/ COMMENT= Molecular Graphics Visualisation Tool -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= YES USE_TOOLS+= gunzip mkdirhier |