diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-09 08:41:59 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-09 08:41:59 +0000 |
commit | c7d2944a5feeda263ad0ad1df2eeffefb7f7a154 (patch) | |
tree | d24c07b2f4ebe0ffd93fac74a0288a0dce051d2f /games/nInvaders/Makefile | |
parent | c99c1ca1a7815f18056ae274f62596516fa496c3 (diff) |
Notes
Diffstat (limited to 'games/nInvaders/Makefile')
-rw-r--r-- | games/nInvaders/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nInvaders/Makefile b/games/nInvaders/Makefile index 3916f0acaf48..8fd09c1b9c3d 100644 --- a/games/nInvaders/Makefile +++ b/games/nInvaders/Makefile @@ -7,13 +7,14 @@ # PORTNAME= nInvaders -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 CATEGORIES= games -MASTER_SITES= http://freebsdcluster.org/~mich/software/ +MASTER_SITES= http://dettus.dyndns.org/ninvaders/ MAINTAINER= mich@freebsdcluster.org COMMENT= The nIvaders game is a Space Invaders clone for ncurses +WRKSRC= ${WRKDIR}/ninvaders-${PORTVERSION} USE_REINPLACE= yes post-patch: |