diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 18:58:39 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 18:58:39 +0000 |
commit | 0506dc9e5f016c3f9b43a41798139b6bb7f7bb16 (patch) | |
tree | 16ba210d6d1b067e161040b2d582cfef3a991d10 /games/glmaze/Makefile | |
parent | b15a41ce14a8f4324ddfb5d39e68bdb318154328 (diff) |
Notes
Diffstat (limited to 'games/glmaze/Makefile')
-rw-r--r-- | games/glmaze/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile index ce1d716815cc..b419d763986b 100644 --- a/games/glmaze/Makefile +++ b/games/glmaze/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= glmaze -PORTVERSION= 1.1a +PORTVERSION= 1.1.a PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/.a/a/} \ SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX} MAINTAINER= nemysis@FreeBSD.org COMMENT= Multiplayer OpenGL Maze Game |