summaryrefslogtreecommitdiff
path: root/misc/koffice
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-25 21:08:29 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-25 21:08:29 +0000
commit7721844e0ca24262f00d1e97a2fd60eba49ba1ad (patch)
tree6af784b98c8dc52d6a35851e9225b08f0bc104c6 /misc/koffice
parent1014a5d2a8ef415dc6bed9c5c514b74503a616c6 (diff)
downloadpkgsrc-7721844e0ca24262f00d1e97a2fd60eba49ba1ad.tar.gz
Fix a comment that made make report:
Unassociated shell command "# on NetBSD 1.6"
Diffstat (limited to 'misc/koffice')
-rw-r--r--misc/koffice/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index e8a51af2d8b..903012cc8c8 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -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 @@ COMMENT= KDE Office Suite
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