pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/fe The package works again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6859249da30e
branches:  trunk
changeset: 523329:6859249da30e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 06 14:59:40 2007 +0000

description:
The package works again.

Fixed pkglint warnings.

diffstat:

 editors/fe/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 9dcfd7e4668f -r 6859249da30e editors/fe/Makefile
--- a/editors/fe/Makefile       Sat Jan 06 14:50:29 2007 +0000
+++ b/editors/fe/Makefile       Sat Jan 06 14:59:40 2007 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index