diff options
author | rillig <rillig> | 2007-01-06 14:59:40 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-06 14:59:40 +0000 |
commit | 70bbf369736d7b1b02ed7df9f98971e53de52086 (patch) | |
tree | df435a0a30a95518c3c99447ac810385386cb37f /editors/fe | |
parent | 05f954a4a9e014b9debea623d0aac62440972592 (diff) | |
download | pkgsrc-70bbf369736d7b1b02ed7df9f98971e53de52086.tar.gz |
The package works again.
Fixed pkglint warnings.
Diffstat (limited to 'editors/fe')
-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 |