diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 02:04:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 02:04:22 +0800 |
commit | 8f3a350183ba954d9193a8534c686318c6490eee (patch) | |
tree | 851d7826ea7334d47d15d3e1022978f21bde9350 /games/sdlsand | |
parent | 5caf92101d5923f971172763a18307f397728314 (diff) | |
download | freebsd-ports-gnome-8f3a350183ba954d9193a8534c686318c6490eee.tar.gz freebsd-ports-gnome-8f3a350183ba954d9193a8534c686318c6490eee.tar.zst freebsd-ports-gnome-8f3a350183ba954d9193a8534c686318c6490eee.zip |
- Use SF macro
- Get rid of USE_X_PREFIX
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games/sdlsand')
-rw-r--r-- | games/sdlsand/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/sdlsand/Makefile b/games/sdlsand/Makefile index 987b89c56fa8..714b76a7ea2e 100644 --- a/games/sdlsand/Makefile +++ b/games/sdlsand/Makefile @@ -7,17 +7,15 @@ PORTNAME= sdlsand PORTVERSION= 20061017 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= amdmi3@amdmi3.ru COMMENT= Simulation of falling sand and other materials USE_ZIP= yes USE_SDL= sdl -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/SDL\ Sand/SDL\ Sand |