diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-12 12:17:35 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-12 12:17:35 +0000 |
commit | 7813b13f3b871b2b44a9e96f72a798ba50a87aeb (patch) | |
tree | d01639a1f5465dac519de8a7dab24a5a2520f973 /games/nInvaders/Makefile | |
parent | fda9b49929dd2d1f75da96cf9699b3a88b6a80b5 (diff) |
Notes
Diffstat (limited to 'games/nInvaders/Makefile')
-rw-r--r-- | games/nInvaders/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nInvaders/Makefile b/games/nInvaders/Makefile index dca254b9c8ec..57b4e6c41cb0 100644 --- a/games/nInvaders/Makefile +++ b/games/nInvaders/Makefile @@ -7,16 +7,15 @@ # PORTNAME= nInvaders -PORTVERSION= 0.0.10 +PORTVERSION= 0.1.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ninvaders -DISTNAME= ninvaders${PORTVERSION} +DISTNAME= ninvaders-${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= The nIvaders game is a Space Invaders clone for ncurses -WRKSRC= ${WRKDIR}/ninvaders-${PORTVERSION} USE_REINPLACE= yes post-patch: |