diff options
author | veego <veego> | 2000-12-31 14:55:41 +0000 |
---|---|---|
committer | veego <veego> | 2000-12-31 14:55:41 +0000 |
commit | 4581e7adf3dbdfbd20cef62b7e952825a1fae5b3 (patch) | |
tree | 73c366695fd69bbda519977b9cdac941306eb041 /games/netris | |
parent | 9146bcc92fab52b6d122313d644caebfdb70771b (diff) | |
download | pkgsrc-4581e7adf3dbdfbd20cef62b7e952825a1fae5b3.tar.gz |
You can't change the DISTNAME.
Just add a PKGNAME when you want to change the version to xxxnb1.
Diffstat (limited to 'games/netris')
-rw-r--r-- | games/netris/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 525d7f71812..9e9bb1c04ab 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2000/12/31 05:18:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/31 14:55:41 veego Exp $ # -DISTNAME= netris-0.5nb1 +DISTNAME= netris-0.5 +PKGNAME= netris-0.5nb1 CATEGORIES= games MASTER_SITES= ftp://ftp.netris.org/pub/netris/ |