From bd9a855e7e099d3013aebd252311d1f7e8e2eea9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Oct 2002 14:52:20 +0000 Subject: buildlink1 -> buildlink2. --- editors/nano/Makefile | 8 ++++---- editors/nano/distinfo | 3 +-- editors/nano/patches/patch-aa | 13 ------------- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 editors/nano/patches/patch-aa (limited to 'editors/nano') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 7c2b6b4d49b..9eb6d3a2912 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/18 15:14:17 seb Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/13 15:11:01 wiz Exp $ DISTNAME= nano-1.0.8 CATEGORIES= editors @@ -9,9 +9,9 @@ HOMEPAGE= http://www.nano-editor.org/ COMMENT= small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes -.include "../../devel/gettext-lib/buildlink.mk" -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/nano/distinfo b/editors/nano/distinfo index e1a10a2d807..e0ff04530ff 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/01/26 07:16:59 martti Exp $ +$NetBSD: distinfo,v 1.6 2002/10/13 15:11:01 wiz Exp $ SHA1 (nano-1.0.8.tar.gz) = 95fccbf51dd9f31c72e4d105c13476e4da9b59be Size (nano-1.0.8.tar.gz) = 439253 bytes -SHA1 (patch-aa) = 1337fb38f20b04e3ee4f1682f8b608b6c180e99a diff --git a/editors/nano/patches/patch-aa b/editors/nano/patches/patch-aa deleted file mode 100644 index acc7d64af3a..00000000000 --- a/editors/nano/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/06/20 04:00:38 jlam Exp $ - ---- Makefile.in.orig Sat May 12 21:11:55 2001 -+++ Makefile.in -@@ -102,7 +102,7 @@ - SUBDIRS = po intl - - localedir = $(datadir)/locale --INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -+INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h -- cgit v1.2.3