From acbeff969a466fb37309654543f9457d50c334d2 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 8 Apr 2008 23:11:21 +0000 Subject: In post-install, remove droppings created as root so that unprivileged make clean works. --- games/openttd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 798e0b1b7c1..3d2ce00d2a6 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/04/07 19:44:19 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2008/04/08 23:11:21 tnn Exp $ DISTNAME= openttd-0.6.0-source PKGNAME= ${DISTNAME:S/-source//} @@ -27,6 +27,9 @@ CFLAGS+= -DNDEBUG=1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_TARGET= bundle +post-install: + rm -rf ${FAKEHOMEDIR}/.openttd + .include "options.mk" .include "../../fonts/fontconfig/buildlink3.mk" -- cgit v1.2.3