summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorasau <asau>2011-07-14 10:16:11 +0000
committerasau <asau>2011-07-14 10:16:11 +0000
commitef0a38e9d765f116f89669aeecffc3ecf5b05dcf (patch)
tree29e83195ebb6f24fe029dde9c19d49c73f2045e9 /lang
parente1c5d0baa8f00eaf223e359cca53716277341c70 (diff)
downloadpkgsrc-ef0a38e9d765f116f89669aeecffc3ecf5b05dcf.tar.gz
Fix DISTNAME, it shouldn't contain PKGREVISION affix.
Diffstat (limited to 'lang')
-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)/ \