Fix quoting problems.

This commit is contained in:
mycroft 2001-03-30 12:57:38 +00:00
parent 4193aa450b
commit adf28acea7
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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