summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-25 21:08:29 +0000
committerkristerw <kristerw>2005-07-25 21:08:29 +0000
commitcb2b495764aa1f776fa4ba7a2cf6aa5512091b2e (patch)
tree6af784b98c8dc52d6a35851e9225b08f0bc104c6 /misc
parentf4321f6d078f5c6b5f5d0911da70e328d6a53e2b (diff)
downloadpkgsrc-cb2b495764aa1f776fa4ba7a2cf6aa5512091b2e.tar.gz
Fix a comment that made make report:
Unassociated shell command "# on NetBSD 1.6"
Diffstat (limited to 'misc')
-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