summaryrefslogtreecommitdiff
path: root/devel/apel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apel/Makefile')
-rw-r--r--devel/apel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile
index 8df3f355089..ddded744cbf 100644
--- a/devel/apel/Makefile
+++ b/devel/apel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/09/15 11:29:45 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/10/29 12:53:51 uebayasi Exp $
DISTNAME= apel-10.7
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -21,11 +21,12 @@ INSTALLATION_DIRS+= ${DOCDIR}
# apel is included in xemacs-packages
EMACS_VERSIONS_ACCEPTED=emacs22 emacs22nox emacs21 emacs21nox emacs20
+
BUILD_TARGET.emacs= elc
-INSTALL_TARGET.emacs= install
-MAKE_FLAGS.emacs=
BUILD_TARGET.xemacs= package
+INSTALL_TARGET.emacs= install
INSTALL_TARGET.xemacs= install-package
+MAKE_FLAGS.emacs=
MAKE_FLAGS.xemacs= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
.include "../../mk/emacs.mk"