pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/koffice Fix a comment that made make report:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5c7b609ea7c
branches:  trunk
changeset: 497363:b5c7b609ea7c
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jul 25 21:08:29 2005 +0000

description:
Fix a comment that made make report:
  Unassociated shell command "# on NetBSD 1.6"

diffstat:

 misc/koffice/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 12d2781a5d0e -r b5c7b609ea7c misc/koffice/Makefile
--- a/misc/koffice/Makefile     Mon Jul 25 20:54:00 2005 +0000
+++ b/misc/koffice/Makefile     Mon Jul 25 21:08:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/07/25 13:05:51 markd Exp $
+# $NetBSD: Makefile,v 1.63 2005/07/25 21:08:29 kristerw Exp $
 
 DISTNAME=      koffice-1.4.1
 CATEGORIES=    misc kde
@@ -13,8 +13,9 @@
 
 CONFLICTS+=    koffice3-[0-9]*
 
-EXTRACT_USING=         gtar # to unpack krita/plugins/convolutionfilters properly
-                            # on NetBSD 1.6
+# to unpack krita/plugins/convolutionfilters properly on NetBSD 1.6
+EXTRACT_USING=         gtar
+
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index