From 17bae807e02e5dec7892124f4ece5f9e0fb1b71d Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 5 May 2001 02:38:00 +0000 Subject: Fix EXTRACT_CMD - an empty string is not a valid command. --- graphics/CompuPic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/CompuPic/Makefile b/graphics/CompuPic/Makefile index 6db204324c3..d87dd4b3326 100644 --- a/graphics/CompuPic/Makefile +++ b/graphics/CompuPic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 15:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/05 02:38:00 hubertf Exp $ # DISTNAME= compupic-5.1.1063-i386-netbsd @@ -21,7 +21,7 @@ NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -EXTRACT_CMD= # empty +EXTRACT_CMD= true do-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/compupic -- cgit v1.2.3