diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 00:43:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 00:43:55 +0000 |
commit | c75a2c98a38741ffd50cdafa867ea865c7ce17db (patch) | |
tree | 1f2cb836d3a242d23feef6d68381aaa2e96d251e /math/wingz3 | |
parent | 0503354cbfaf14b45bfc1d1e7422697343580e88 (diff) | |
download | ports-c75a2c98a38741ffd50cdafa867ea865c7ce17db.tar.gz ports-c75a2c98a38741ffd50cdafa867ea865c7ce17db.zip |
Notes
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> |