From d9384d09c6de12371808a8a54ea8ed80e2c71c5c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 6 Mar 1997 04:09:59 +0000 Subject: Conditionalize the question asking to !defined(PACKAGE_BUILDING). --- editors/e93/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'editors/e93') diff --git a/editors/e93/Makefile b/editors/e93/Makefile index a1c88ba93d73..0e0341ee8d47 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.9 1996/11/17 07:01:21 obrien Exp $ +# $Id: Makefile,v 1.10 1996/11/18 09:52:45 asami Exp $ # DISTNAME= e93-1.2r6X @@ -16,10 +16,14 @@ MAINTAINER= asami@FreeBSD.ORG MAKEFILE= makefile USE_X11= yes + +.if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes # asks "ok?" about license pre-install: - @/usr/bin/env PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL +.endif + do-install: ${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93 (cd ${WRKSRC}; \ -- cgit v1.2.3