summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-05 00:43:55 +0000
committerasami <asami@FreeBSD.org>1996-12-05 00:43:55 +0000
commited1c29b32f767e4cbe9bfc3fd7d2550175bc7333 (patch)
tree3f8228fea1c0171b269f93e4466c1156c0730140
parent2b0cda85aff716e37451e7ff5ed7feb1205f1a99 (diff)
downloadFreeBSD-ports-ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333.zip
FreeBSD-ports-ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333.tar.gz
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)).
-rw-r--r--math/wingz/Makefile4
-rw-r--r--math/wingz3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile
index 62d74c6..dea1c563 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 <bsd.port.mk>
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile
index 62d74c6..dea1c563 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 <bsd.port.mk>
OpenPOWER on IntegriCloud