summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-01-16 19:33:27 +0000
committerkristerw <kristerw>2005-01-16 19:33:27 +0000
commit0510273a118923b01b357f5a07e141fd37de2b56 (patch)
tree88afc165e5324f664924bf3852adca00e23f1c21 /games/rocksndiamonds
parenteed71e7281501ff2a57cf85fbcf97ba21e5849c4 (diff)
downloadpkgsrc-0510273a118923b01b357f5a07e141fd37de2b56.tar.gz
Move PKGREVISION so that it is set before mk/bsd.pkg.mk is included.
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r--games/rocksndiamonds/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 4a9593195e7..1c87e882de8 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2004/12/22 16:46:19 reed Exp $
+# $NetBSD: Makefile,v 1.22 2005/01/16 19:33:27 kristerw Exp $
#
-.include "Makefile.common"
-
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build)
PKGREVISION= 1
+.include "Makefile.common"
+
.if ${OPSYS} == "SunOS"
BUILD_TARGET= solaris
.else