aboutsummaryrefslogtreecommitdiff
path: root/games/glmaze/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-02-01 23:59:13 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-02-01 23:59:13 +0000
commit3f8e14beb2af5a1b7a99c9cc3329a354a36aa56e (patch)
tree00a0a37b65317e7ee47497a986f52fa54b1c5c1d /games/glmaze/Makefile
parent109e23723601744f9e9bd259c7e035db98533b94 (diff)
downloadports-3f8e14beb2af5a1b7a99c9cc3329a354a36aa56e.tar.gz
ports-3f8e14beb2af5a1b7a99c9cc3329a354a36aa56e.zip
Notes
Diffstat (limited to 'games/glmaze/Makefile')
-rw-r--r--games/glmaze/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile
index b419d763986b..5cb6fb02af53 100644
--- a/games/glmaze/Makefile
+++ b/games/glmaze/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= glmaze
-PORTVERSION= 1.1.a
+PORTVERSION= 1.1a
PORTREVISION= 9
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/.a/a/} \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES= ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX} \
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
-EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX}
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Multiplayer OpenGL Maze Game
@@ -29,6 +29,9 @@ OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="glMaze" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
+# Wrong versioning upstream
+PORTSCOUT= ignore:1
+
post-extract:
@(cd ${WRKSRC} && ${MV} ${PORTNAME}.1 ${PORTNAME}.6)