diff options
author | pav <pav@FreeBSD.org> | 2004-07-12 06:50:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-12 06:50:11 +0800 |
commit | 01eea789e42be5c53398f45e1e670649a64355bf (patch) | |
tree | 3100e8a3ae255b730990bbe24498763fdc53ae8f /games/dsnake | |
parent | a08e3aa4b27a392bd7e0ff6209ebb45f14e1851a (diff) | |
download | freebsd-ports-gnome-01eea789e42be5c53398f45e1e670649a64355bf.tar.gz freebsd-ports-gnome-01eea789e42be5c53398f45e1e670649a64355bf.tar.zst freebsd-ports-gnome-01eea789e42be5c53398f45e1e670649a64355bf.zip |
- Portlint
Requested by: lofi (Clean Ports Movement)
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} |