diff options
Diffstat (limited to 'games/dsnake')
-rw-r--r-- | games/dsnake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dsnake/Makefile b/games/dsnake/Makefile index 24fef3ceac90..f207f1ab3d71 100644 --- a/games/dsnake/Makefile +++ b/games/dsnake/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 3.0.0 CATEGORIES= games linux MASTER_SITES= http://bitblaze.com/downloads/ DISTNAME= ${PORTNAME}-linux-${PORTVERSION} -WRKSRC= ${WRKDIR}/DeluxeSnake MAINTAINER= pav@FreeBSD.org COMMENT= Deluxe Snake - snake clone with frogs and mushrooms @@ -22,6 +21,7 @@ NO_PACKAGE= Licence forbids any repacking and reselling ONLY_FOR_ARCHS= i386 NO_BUILD= yes USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/DeluxeSnake do-install: ${MKDIR} ${DATADIR} |