diff options
Diffstat (limited to 'games/xripple/Makefile')
-rw-r--r-- | games/xripple/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xripple/Makefile b/games/xripple/Makefile index c2c251560337..cfdca4b38506 100644 --- a/games/xripple/Makefile +++ b/games/xripple/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= xripple -PKGNAME= xripple-1.0 +PORTNAME= xripple +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \ @@ -17,6 +17,7 @@ MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ ftp://ftp.gui.uva.es/pub/linux.new/software/X11/winman/enlightenment/ \ ftp://ftp.gwdg.de/pub/linux/tux/x/enlightenment/enlightenment/misc/ \ ftp://ftp.pconline.com/users/gjerde/enlightenment/ +DISTNAME= ${PORTNAME} MAINTAINER= oly@world.std.com |