summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-07-14 10:16:11 +0000
committerasau <asau@pkgsrc.org>2011-07-14 10:16:11 +0000
commit0060e1429741fec2704378ff6eb8a2f4f86ef97e (patch)
tree29e83195ebb6f24fe029dde9c19d49c73f2045e9
parente7632d5276421de2d8a6e800a00364531f923ed6 (diff)
downloadpkgsrc-0060e1429741fec2704378ff6eb8a2f4f86ef97e.tar.gz
Fix DISTNAME, it shouldn't contain PKGREVISION affix.
-rw-r--r--lang/racket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 72ba7a6f998..c60435076ec 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2011/07/13 18:17:01 asau Exp $
+# $NetBSD: Makefile,v 1.5 2011/07/14 10:16:11 asau Exp $
PKGNAME= racket-5.0.1
PKGREVISION= 1
-DISTNAME= $(PKGNAME)-src-unix
+DISTNAME= $(PKGNAME_NOREV)-src-unix
CATEGORIES= lang
MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \
http://www.eecs.northwestern.edu/racket/$(PKGVERSION_NOREV)/ \