diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | dc9594e09db96635641a7e05b49d34b554b9bb21 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /games/xmris | |
parent | 4ab7433a2c2c8636b92563136007796500cc4d1b (diff) | |
download | pkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 7f5192f2740..074194b11bb 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/09/08 06:30:37 jdc Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/29 06:21:41 jlam Exp $ DISTNAME= xmris.4.0.5 PKGNAME= xmris-4.05 @@ -10,11 +10,9 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.planetfall.pwp.blueyonder.co.uk/xmris/ COMMENT= Version of the Mr Do video arcade game for X -USE_PKGINSTALL= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${PKGDIR}/DEINSTALL post-patch: |