From e68e108e81fc96a982e59a2bb805ebba5ea9b594 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 7 Apr 2008 17:11:51 +0000 Subject: Fix DESTDIR. --- games/fruit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/fruit/Makefile') diff --git a/games/fruit/Makefile b/games/fruit/Makefile index d769ce1888c..7ab30cb887e 100644 --- a/games/fruit/Makefile +++ b/games/fruit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/04 11:02:24 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/07 17:11:51 joerg Exp $ # DISTNAME= fruit_21_linux @@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DIRS= src USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/fruit ${DESTDIR}${PREFIX}/bin/fruit -- cgit v1.2.3