summaryrefslogtreecommitdiff
path: root/editors/e93
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-06 04:09:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-06 04:09:59 +0000
commitd9384d09c6de12371808a8a54ea8ed80e2c71c5c (patch)
treee8acca864340becdf0ba69c301ad27be11e9a1f8 /editors/e93
parentRemove IS_INTERACTIVE, it can operate under a ssh connection. (There (diff)
Conditionalize the question asking to !defined(PACKAGE_BUILDING).
Notes
Notes: svn path=/head/; revision=5867
Diffstat (limited to 'editors/e93')
-rw-r--r--editors/e93/Makefile8
1 files changed, 6 insertions, 2 deletions
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}; \