summaryrefslogtreecommitdiff
path: root/lang/gforth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r--lang/gforth/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 5fe23087cf1..08bf9fa14a9 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/04/11 06:54:45 itohy Exp $
+# $NetBSD: Makefile,v 1.5 2000/05/09 23:33:40 itohy Exp $
DISTNAME= gforth-0.4.0
CATEGORIES= lang
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/
ONLY_FOR_PLATFORM= *-*-i386 *-*-m68k
GNU_CONFIGURE= YES
+# Make sure elisp will be installed even if no emacs installed.
+CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs
INFO_FILES= gforth.info
PLIST_SRC= ${WRKDIR}/PLIST
@@ -22,4 +24,7 @@ post-build:
@k=${KERNEL_FI} && ${ECHO} "using kernel image: $$k" && \
${SED} -e "s/@KERNEL_FI@/$$k/g" <${PKGDIR}/PLIST >${PLIST_SRC}
+pre-install:
+ ${MKDIR} ${PREFIX}/share/emacs/site-lisp
+
.include "../../mk/bsd.pkg.mk"