pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/abs Convert to buildlink3 and fix a typo in DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c4e5c2d69ec
branches:  trunk
changeset: 472545:9c4e5c2d69ec
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 08:58:39 2004 +0000

description:
Convert to buildlink3 and fix a typo in DESCR.

diffstat:

 math/abs/DESCR    |  2 +-
 math/abs/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 47ce9bf36702 -r 9c4e5c2d69ec math/abs/DESCR
--- a/math/abs/DESCR    Sun Apr 11 08:54:35 2004 +0000
+++ b/math/abs/DESCR    Sun Apr 11 08:58:39 2004 +0000
@@ -10,7 +10,7 @@
 
   * Printing of selected areas to files
       The file format used is Fig.
-      This file format can be send to printer throught the fig2dev
+      This file format can be sent to printer through the fig2dev
       and gs programs or edited and printed with the Xfig drawing tool.
 
   * multi-documents management
diff -r 47ce9bf36702 -r 9c4e5c2d69ec math/abs/Makefile
--- a/math/abs/Makefile Sun Apr 11 08:54:35 2004 +0000
+++ b/math/abs/Makefile Sun Apr 11 08:58:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:18 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 08:58:39 snj Exp $
 #
 
 DISTNAME=      abs-src-0.8
@@ -10,12 +10,12 @@
 HOMEPAGE=      http://www.ping.be/bertin/abs.shtml
 COMMENT=       Free spreadsheet with graphical user interface
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11BASE=   YES
 MAKEFILE=      Makefile.netBSD
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index