From c75a2c98a38741ffd50cdafa867ea865c7ce17db Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 5 Dec 1996 00:43:55 +0000 Subject: Make pkg_add print the license only once. Note that the INSTALL script is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)). --- math/wingz/Makefile | 4 ++-- math/wingz3/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 62d74c677477..dea1c5630c75 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $ # DISTNAME= Wingz-142 @@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes USE_X11= yes post-install: - @sh pkg/INSTALL + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index 62d74c677477..dea1c5630c75 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $ # DISTNAME= Wingz-142 @@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes USE_X11= yes post-install: - @sh pkg/INSTALL + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include -- cgit v1.2.3