summaryrefslogtreecommitdiff
path: root/devel/haskell-mode
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-06 00:08:29 +0000
committerjtb <jtb@pkgsrc.org>2001-05-06 00:08:29 +0000
commitf65b0a8620a64a463aef64a0557fd088911ca5fe (patch)
tree94f60e3664032156d07c9edc6ad2ebc81ba2c287 /devel/haskell-mode
parentf9522dcec375104e2b8576f7b78754995486dbb5 (diff)
downloadpkgsrc-f65b0a8620a64a463aef64a0557fd088911ca5fe.tar.gz
Use a DIST_SUBDIR for the distfile (which has no version no.).
Use the file on the haskell.org site rather than keeping a copy in LOCAL_PORTS.
Diffstat (limited to 'devel/haskell-mode')
-rw-r--r--devel/haskell-mode/Makefile15
-rw-r--r--devel/haskell-mode/distinfo6
2 files changed, 12 insertions, 9 deletions
diff --git a/devel/haskell-mode/Makefile b/devel/haskell-mode/Makefile
index 1041937d475..28388139fdc 100644
--- a/devel/haskell-mode/Makefile
+++ b/devel/haskell-mode/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2001/04/28 23:59:18 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/06 00:08:29 jtb Exp $
-DISTNAME= haskell-mode-20001129
+DISTNAME= haskell-mode
+PKGNAME= haskell-mode-20001129
CATEGORIES= devel editors
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= http://www.haskell.org/haskell-mode/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.haskell.org/haskell-mode/
COMMENT= Haskell mode for Emacs
-NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+DIST_SUBDIR= ${PKGNAME}
+NO_WRKSUBDIR= # defined
.include "../../mk/bsd.prefs.mk"
@@ -29,8 +31,9 @@ SRCS= haskell-doc.el haskell-mode.el haskell-font-lock.el \
haskell-indent.el
do-build:
- for f in ${SRCS}; do \
- ${EMACS} --no-init-file --no-site-file -batch -f batch-byte-compile ${WRKSRC}/$$f; \
+ for f in ${SRCS}; do \
+ ${EMACS} --no-init-file --no-site-file -batch \
+ -f batch-byte-compile ${WRKSRC}/$$f; \
done
do-install:
diff --git a/devel/haskell-mode/distinfo b/devel/haskell-mode/distinfo
index 7b2f89126a2..53b4957186b 100644
--- a/devel/haskell-mode/distinfo
+++ b/devel/haskell-mode/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/05/06 00:08:29 jtb Exp $
-SHA1 (haskell-mode-20001129.tar.gz) = 46192742a7b18789cfaa83a29de0527c18ee6167
-Size (haskell-mode-20001129.tar.gz) = 52435 bytes
+SHA1 (haskell-mode-20001129/haskell-mode.tar.gz) = a9ff28b26fbbfc056b57ea39ec42d5d6ba460a2e
+Size (haskell-mode-20001129/haskell-mode.tar.gz) = 52362 bytes