diff options
author | mycroft <mycroft> | 2001-03-30 12:57:38 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2001-03-30 12:57:38 +0000 |
commit | 35d39daad8b0c86059c787bc12afcc05fb70aa75 (patch) | |
tree | 60639ab542febea1b025fe391b3a71775ee1aa93 /graphics | |
parent | 427a36606aa29425e77aac440263acd61c9a0f53 (diff) | |
download | pkgsrc-35d39daad8b0c86059c787bc12afcc05fb70aa75.tar.gz |
Fix quoting problems.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index fec13332cb2..89e21f9a271 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/03/04 09:06:13 tron Exp $ +# $NetBSD: Makefile,v 1.54 2001/03/30 12:58:05 mycroft Exp $ DISTNAME= netpbm-9.7 CATEGORIES= graphics @@ -16,7 +16,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALL_TARGET= install-dev install -MAKE_ENV+= CC=${CC} INSTALL="${INSTALL}" +MAKE_ENV+= CC="${CC}" INSTALL="${INSTALL}" MAKEFILE= GNUmakefile .include "../../mk/bsd.prefs.mk" diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 6318106fe43..8cf01770dc3 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/03/04 07:53:34 tron Exp $ +# $NetBSD: Makefile,v 1.30 2001/03/30 12:57:38 mycroft Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp DISTNAME= libpng-1.0.9 @@ -16,7 +16,7 @@ COMMENT= Library for manipulating PNG images USE_LIBTOOL= yes MAKEFILE= scripts/makefile.std -MAKE_ENV+= REALCC=${CC} +MAKE_ENV+= REALCC="${CC}" post-install: ${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3 |