From 5b68ed1be74b299166cc483fde40635ccbcbf642 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 2 May 1995 11:30:04 +0000 Subject: [PATCH] chown and chmod should have been in post-install, not do-install, or the "real" install would not be done! Whew, I wouldn't have caught this if I didn't remove /usr/X11R6 first. --- games/jetpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 45c59b7409c1..0d30e7a7a6dc 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/04/21 01:21:26 asami Exp $ +# $Id: Makefile,v 1.13 1995/04/24 09:10:11 asami Exp $ # DISTNAME= jetpack @@ -17,7 +17,7 @@ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= PREFIX=${PREFIX} -f -do-install: +post-install: @chown games ${PREFIX}/bin/jetpack @chmod u+s ${PREFIX}/bin/jetpack @chown games ${PREFIX}/lib/X11/jetpack