summaryrefslogtreecommitdiff
path: root/math/wingz
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-05 00:43:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-05 00:43:55 +0000
commitc75a2c98a38741ffd50cdafa867ea865c7ce17db (patch)
tree1f2cb836d3a242d23feef6d68381aaa2e96d251e /math/wingz
parentRemove @unexec rm of a listed file, it will be removed by (diff)
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)).
Notes
Notes: svn path=/head/; revision=4803
Diffstat (limited to 'math/wingz')
-rw-r--r--math/wingz/Makefile4
1 files changed, 2 insertions, 2 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 <bsd.port.mk>