diff options
Diffstat (limited to 'math/wingz3/Makefile')
-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> |