summaryrefslogtreecommitdiff
path: root/editors/easyedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/easyedit/Makefile')
-rw-r--r--editors/easyedit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
index 02309d31282..cccaf2dc111 100644
--- a/editors/easyedit/Makefile
+++ b/editors/easyedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/02/07 17:33:51 abs Exp $
+# $NetBSD: Makefile,v 1.14 2011/10/03 00:45:47 dholland Exp $
#
DISTNAME= ee-1.4.6.src
@@ -15,9 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+MAKE_FILE= make.local
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+do-configure:
+ cd ${WRKSRC} && ./create.make
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ee ${DESTDIR}${PREFIX}/bin/easyedit
${INSTALL_MAN} ${WRKSRC}/ee.1 \