summaryrefslogtreecommitdiff
path: root/games/xsoldier
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-28 22:03:00 +0000
committerjlam <jlam>2003-01-28 22:03:00 +0000
commit0888156f21e01be033066b564dc798018954d33c (patch)
treed3bbe0e3f34c0d0b96c3bf5abf2964293c181c7b /games/xsoldier
parent3782ed07f81d21f716d6f09001f4d66a5c4f8784 (diff)
downloadpkgsrc-0888156f21e01be033066b564dc798018954d33c.tar.gz
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 <jmmv at menta.net>.
Diffstat (limited to 'games/xsoldier')
-rw-r--r--games/xsoldier/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile
index 81a146220a8..2df6df73bf1 100644
--- a/games/xsoldier/Makefile
+++ b/games/xsoldier/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/10 12:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/28 22:03:21 jlam Exp $
#
DISTNAME= xsoldier-0.96
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.surfline.ne.jp/hachi/xsoldier.html
COMMENT= Updated xgalaga type game with awesome graphics
USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
@@ -23,5 +24,4 @@ post-patch:
${TOUCH} ${WRKSRC}/xsoldier.man
.include "../../graphics/xpm/buildlink2.mk"
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"