diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-06 14:59:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-06 14:59:40 +0000 |
commit | dc46e72dc5c8981cc72f815bcb2de1ed19371cd2 (patch) | |
tree | df435a0a30a95518c3c99447ac810385386cb37f /editors | |
parent | 89239e038b8a093da8505c24f2bd1b731e23f379 (diff) | |
download | pkgsrc-dc46e72dc5c8981cc72f815bcb2de1ed19371cd2.tar.gz |
The package works again.
Fixed pkglint warnings.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fe/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile index 54c0aec6275..77eaed23b1b 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/19 18:20:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/06 14:59:40 rillig Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -9,14 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.moria.de/~michael/fe/ COMMENT= Folding editor -BROKEN_IN= pkgsrc-2006Q1 - GNU_CONFIGURE= yes USE_TOOLS+= msgfmt -INCOMPAT_CURSES= NetBSD-2* NetBSD-3* +INCOMPAT_CURSES= NetBSD-2.*-* NetBSD-3.*-* + +INSTALLATION_DIRS= share/doc/fe post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe ${INSTALL_DATA} ${WRKSRC}/fe.ps ${PREFIX}/share/doc/fe/fe.ps ${INSTALL_DATA} ${WRKSRC}/feref.ps ${PREFIX}/share/doc/fe/feref.ps |