diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
commit | a8686fc0e550242f7afd85be1ab61d7fb1f34fa1 (patch) | |
tree | 2a16c2a48f6ad51518c5f43cae392637d7a6d727 /games | |
parent | ee963abb439525679f7e562e96a71f921066d6a9 (diff) | |
download | pkgsrc-a8686fc0e550242f7afd85be1ab61d7fb1f34fa1.tar.gz |
Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index a9ed7c1fbd3..3b5093d8327 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/04 12:17:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/03/10 10:33:38 wiz Exp $ # DISTNAME= starfighter-1.1-1 @@ -16,6 +16,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c++ WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} +CONFLICTS+= starfighter-1.1-[0-9]* + MAKE_FILE= makefile post-install: |