diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 20:14:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 20:14:07 +0000 |
commit | 40d65e93e13a019d66ef4e5d10cf99a5132fd21a (patch) | |
tree | 1585c59dbf8dd296d22a6aeb18773020384f2106 | |
parent | 6fbf764a47e2c9c833da463911b6a168326788db (diff) | |
download | pkgsrc-40d65e93e13a019d66ef4e5d10cf99a5132fd21a.tar.gz |
Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" characters
from patch-aa. Sorted PLIST.
-rw-r--r-- | misc/sci/Makefile | 4 | ||||
-rw-r--r-- | misc/sci/PLIST | 4 | ||||
-rw-r--r-- | misc/sci/distinfo | 4 | ||||
-rw-r--r-- | misc/sci/patches/patch-aa | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/misc/sci/Makefile b/misc/sci/Makefile index 6027cf26cd1..4d4efa27cb2 100644 --- a/misc/sci/Makefile +++ b/misc/sci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:49:53 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 20:14:07 rillig Exp $ # DISTNAME= sci-0.5.6 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://linuxparts.com/software.html COMMENT= Curses based data entry via templates -GNU_CONFIGURE= # Yupp +GNU_CONFIGURE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sci ${PREFIX}/share/examples/sci diff --git a/misc/sci/PLIST b/misc/sci/PLIST index f987c5c4cde..20f145e1e7a 100644 --- a/misc/sci/PLIST +++ b/misc/sci/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:29 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/23 20:14:07 rillig Exp $ bin/sci man/man1/sci.1 share/doc/sci/COPYING -share/doc/sci/README share/doc/sci/INSTALL share/doc/sci/NEWS +share/doc/sci/README @comment @dirrm share/doc/sci share/examples/sci/APP.README share/examples/sci/Makefile diff --git a/misc/sci/distinfo b/misc/sci/distinfo index e503aa07cd2..c3a2518d24d 100644 --- a/misc/sci/distinfo +++ b/misc/sci/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/07/20 00:10:30 kristerw Exp $ +$NetBSD: distinfo,v 1.5 2005/10/23 20:14:07 rillig Exp $ SHA1 (sci-0.5.6.tar.gz) = 4c0770dd7933cfaeec91c92807b0300e578db257 RMD160 (sci-0.5.6.tar.gz) = 4fe921eda055757688cdfcb706923cb81eba985e Size (sci-0.5.6.tar.gz) = 84440 bytes -SHA1 (patch-aa) = 5926e68692fe18042b533c256b103b9aa629d828 +SHA1 (patch-aa) = ea6b39d891712d498c9f2d6e33cd45a51385a9fd SHA1 (patch-ab) = cf2d6f5f8766f9aaae8133b56ff72230c3dcc81d diff --git a/misc/sci/patches/patch-aa b/misc/sci/patches/patch-aa index da56a396e56..631795a0732 100644 --- a/misc/sci/patches/patch-aa +++ b/misc/sci/patches/patch-aa @@ -1,6 +1,6 @@ -# $NetBSD: patch-aa,v 1.3 2000/12/15 14:45:35 mjl Exp $ -# -# Avoid picking up ncurses if installed +$NetBSD: patch-aa,v 1.4 2005/10/23 20:14:07 rillig Exp $ + +Avoid picking up ncurses if installed --- configure.orig Fri Dec 15 15:14:00 2000 +++ configure Fri Dec 15 15:14:11 2000 |