summaryrefslogtreecommitdiff
path: root/editors/easyedit/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2011-10-03 00:45:47 +0000
committerdholland <dholland>2011-10-03 00:45:47 +0000
commitf9d98a6bd6f7a6bbf7a572ce48d544437d4bd312 (patch)
tree63d2ee2caf6858f5641c13526ac67f9f13b34dba /editors/easyedit/Makefile
parentf1b1af53f551dcbcfe6f72d1376748c286b895c4 (diff)
downloadpkgsrc-f9d98a6bd6f7a6bbf7a572ce48d544437d4bd312.tar.gz
Run this thing's configure script at the configure phase, so it's easier
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
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 \