summaryrefslogtreecommitdiff
path: root/devel/haskell-mode/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-11 15:33:27 +0000
committeruebayasi <uebayasi>2003-01-11 15:33:27 +0000
commiteb3831591a32e810b5339bec973ef0ff9000ca5d (patch)
tree2c771179a7b2b8db67c0ac8e77824c2bb7c73e59 /devel/haskell-mode/Makefile
parent822eff938ce9981f5f015bb2a87bb6a0dbdce5d2 (diff)
downloadpkgsrc-eb3831591a32e810b5339bec973ef0ff9000ca5d.tar.gz
Update to 1.44 and a slight clean-up in Makefile.
Changes from the previous version are unknown.
Diffstat (limited to 'devel/haskell-mode/Makefile')
-rw-r--r--devel/haskell-mode/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/devel/haskell-mode/Makefile b/devel/haskell-mode/Makefile
index 021d7f807d9..66e361bebd4 100644
--- a/devel/haskell-mode/Makefile
+++ b/devel/haskell-mode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2003/01/10 14:26:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/11 15:33:27 uebayasi Exp $
-DISTNAME= haskell-mode-1.43
+DISTNAME= haskell-mode-1.44
CATEGORIES= devel editors
MASTER_SITES= http://www.haskell.org/haskell-mode/
@@ -8,16 +8,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.haskell.org/haskell-mode/
COMMENT= Haskell mode for Emacs
-WRKSRC= ${WRKDIR}
-
-.include "../../mk/emacs.mk"
-
-.if ${EMACS_FLAVOR} == "emacs"
-EMACS= "emacs"
-.else
-EMACS= "xemacs"
-.endif
-
HTML= .emacs fontlock.hs indent.hs index.html installation-guide.html
SRCS= haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
haskell-ghci.el haskell-hugs.el haskell-indent.el \
@@ -25,7 +15,7 @@ SRCS= haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
do-build:
for f in ${SRCS}; do \
- ${EMACS} --no-init-file --no-site-file -batch \
+ ${EMACS_BIN} --no-init-file --no-site-file -batch \
-f batch-byte-compile ${WRKSRC}/$$f; \
done
@@ -37,4 +27,5 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${HTML} \
${PREFIX}/share/doc/html/haskell-mode
+.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"