From 4cb05636c79d64bf6b3711ad23d507d746a5751b Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 1 Apr 2001 11:06:30 +0000 Subject: Fix quoting --- biology/rasmol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'biology/rasmol') diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index fad7a67c128..d7db3c9439d 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/01 11:06:30 zuntum Exp $ DISTNAME= RasMol_2.7.1 PKGNAME= rasmol-2.7.1 @@ -12,7 +12,7 @@ COMMENT= Molecular Graphics Visualisation Tool USE_IMAKE= YES -MAKE_ENV+= "DEPTHDEF=${DEPTHDEF}" +MAKE_ENV+= DEPTHDEF="${DEPTHDEF}" .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3