From d7f69e47ce32be7271733bcdf48d28468f400ab9 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 28 Jan 2003 22:03:00 +0000 Subject: Instead of including bsd.pkg.install.mk directly in a package Makefile, have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal . --- games/sarien/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/sarien') diff --git a/games/sarien/Makefile b/games/sarien/Makefile index 5558679fce8..6edad510a9c 100644 --- a/games/sarien/Makefile +++ b/games/sarien/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/10 16:16:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/28 22:03:20 jlam Exp $ # DISTNAME= sarien-0.7.0 @@ -11,6 +11,7 @@ COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_PKGINSTALL= YES USE_GMAKE= YES CONFIGURE_ARGS= --with-sdl @@ -27,5 +28,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/etc/sarien.cfg ${EGDIR}/sarien.conf .include "../../devel/SDL/buildlink2.mk" -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3