diff options
author | asami <asami@FreeBSD.org> | 1996-12-05 08:43:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-05 08:43:55 +0800 |
commit | ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333 (patch) | |
tree | 3f8228fea1c0171b269f93e4466c1156c0730140 /math/wingz3 | |
parent | 2b0cda85aff716e37451e7ff5ed7feb1205f1a99 (diff) | |
download | freebsd-ports-gnome-ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333.tar.gz freebsd-ports-gnome-ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333.tar.zst freebsd-ports-gnome-ed1c29b32f767e4cbe9bfc3fd7d2550175bc7333.zip |
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)).
Diffstat (limited to 'math/wingz3')
-rw-r--r-- | math/wingz3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |