summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-09 13:43:48 +0000
committerwiz <wiz>2002-11-09 13:43:48 +0000
commitccafcd92256250dfd54a36d857213ab31532f32d (patch)
treed6d270a0684f3be055e5d49fda12bde02ec6b23c
parentb9cffd5dfc7b774060d7aca19689da8e5b6215c1 (diff)
downloadpkgsrc-ccafcd92256250dfd54a36d857213ab31532f32d.tar.gz
COMMENT should be set in Makefile, not any common Makefile parts.
-rw-r--r--graphics/sane-backends/Makefile3
-rw-r--r--graphics/sane-backends/Makefile.common3
-rw-r--r--net/snort/Makefile3
-rw-r--r--net/snort/Makefile.common3
-rw-r--r--x11/gtoolkit/Makefile4
-rw-r--r--x11/gtoolkit/Makefile.common3
6 files changed, 10 insertions, 9 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index cedd4a6c121..00a21b28da2 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2002/09/22 22:01:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2002/11/09 13:45:58 wiz Exp $
.include "Makefile.common"
+COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
DISTNAME= sane-backends-${SANE_VERSION}
diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common
index 494d2580e93..68362f137bd 100644
--- a/graphics/sane-backends/Makefile.common
+++ b/graphics/sane-backends/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2002/08/26 21:20:32 tron Exp $
+# $NetBSD: Makefile.common,v 1.5 2002/11/09 13:45:58 wiz Exp $
CATEGORIES?= graphics
MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \
@@ -8,7 +8,6 @@ MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \
MAINTAINER?= packages@netbsd.org
HOMEPAGE?= http://www.mostang.com/sane/
-COMMENT?= API for access to scanners, digitals camera, frame grabbers etc.
SANE_MAJOR= 1
SANE_MINOR= 0
diff --git a/net/snort/Makefile b/net/snort/Makefile
index 119a8bf948d..486d9b4351c 100644
--- a/net/snort/Makefile
+++ b/net/snort/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2002/10/10 12:23:05 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2002/11/09 13:44:43 wiz Exp $
#
.include "Makefile.common"
+COMMENT= Libpcap-based packet sniffer/logger
USE_BUILDLINK2= YES
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index bb220bba1f6..a8b146e0ed4 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2002/10/13 04:42:12 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.6 2002/11/09 13:44:43 wiz Exp $
#
DISTNAME?= snort-1.9.0
@@ -13,7 +13,6 @@ MASTER_SITES?= http://www.snort.org/releases/ \
MAINTAINER?= packages@netbsd.org
HOMEPAGE?= http://www.snort.org/
-COMMENT?= Libpcap-based packet sniffer/logger
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include
diff --git a/x11/gtoolkit/Makefile b/x11/gtoolkit/Makefile
index e50f345a3db..5e1b36e758d 100644
--- a/x11/gtoolkit/Makefile
+++ b/x11/gtoolkit/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/09 05:19:27 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/09 13:43:48 wiz Exp $
#
.include "Makefile.common"
+COMMENT= Objective-C interface to the GTK+ widget set
+
BUILD_DIRS= ${WRKSRC}/GToolKit
.include "../../x11/gtk/buildlink2.mk"
diff --git a/x11/gtoolkit/Makefile.common b/x11/gtoolkit/Makefile.common
index 96e2e6908f8..066ecd7094c 100644
--- a/x11/gtoolkit/Makefile.common
+++ b/x11/gtoolkit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2002/11/09 05:19:28 rh Exp $
+# $NetBSD: Makefile.common,v 1.2 2002/11/09 13:43:48 wiz Exp $
#
DISTNAME= gtoolkit-0.9.5
@@ -7,7 +7,6 @@ MASTER_SITES?= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/
MAINTAINER?= packages@netbsd.org
HOMEPAGE?= http://www.informatik.uni-osnabrueck.de/elmar/projects/gtoolkit/
-COMMENT?= Objective-C interface to the GTK+ widget set
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES