diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-11 22:50:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-11 22:50:11 +0000 |
commit | f004d86ad886f10f4994aa01f4f85d3a8acdee1c (patch) | |
tree | 3da6ccd4fa00acfb0ced4d94798322fa996d2bb7 /games/dsnake | |
parent | - Portlint (diff) |
- Portlint
Requested by: lofi (Clean Ports Movement)
Notes
Notes:
svn path=/head/; revision=113435
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} |