diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:23:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:23:13 +0000 |
commit | 6b5fb87219ee4fff450c5a6daf74accfe83318ae (patch) | |
tree | f096af604122b48bed1127f374f5637959c29e30 /games/pengpong/Makefile | |
parent | c6d73b3a6420b0cc781dcaab5b01819c8831f8f5 (diff) | |
download | ports-6b5fb87219ee4fff450c5a6daf74accfe83318ae.tar.gz ports-6b5fb87219ee4fff450c5a6daf74accfe83318ae.zip |
- Switch SourceForge ports to the new File Release System: categories starting with G
Notes
Notes:
svn path=/head/; revision=240070
Diffstat (limited to 'games/pengpong/Makefile')
-rw-r--r-- | games/pengpong/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile index 975fcbdc36b9..77ca3a9cb381 100644 --- a/games/pengpong/Makefile +++ b/games/pengpong/Makefile @@ -9,8 +9,7 @@ PORTNAME= pengpong PORTVERSION= 0.3 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-linux MAINTAINER= ports@FreeBSD.org COMMENT= A cross-platform pong game written in SDL |