diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 20:28:40 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 20:28:40 +0800 |
commit | 2971a93e525324599461eda215641f9a624352d0 (patch) | |
tree | 17c2ee6d6c0d04729c11b3bc5f6921df0a881bb7 /games/xripple | |
parent | c99c6009443219fbcb10c1baf7b6d0c93975f58a (diff) | |
download | freebsd-ports-gnome-2971a93e525324599461eda215641f9a624352d0.tar.gz freebsd-ports-gnome-2971a93e525324599461eda215641f9a624352d0.tar.zst freebsd-ports-gnome-2971a93e525324599461eda215641f9a624352d0.zip |
Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
Diffstat (limited to 'games/xripple')
-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 |