diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-03 00:45:47 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-03 00:45:47 +0000 |
commit | 8e4e704e3581e0f4ea6eb96cd1a80d023be9b7d1 (patch) | |
tree | 63d2ee2caf6858f5641c13526ac67f9f13b34dba /editors/easyedit/Makefile | |
parent | 42cedacb2a2ae37229eecf2aa30c42a1a117dd32 (diff) | |
download | pkgsrc-8e4e704e3581e0f4ea6eb96cd1a80d023be9b7d1.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/Makefile | 6 |
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 \ |