summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-03-08 01:14:37 +0000
committertaoka <taoka@FreeBSD.org>2001-03-08 01:14:37 +0000
commit0ac58d8163513ae66c1c483625ec4675f50f73de (patch)
tree8615962975449058338ef7603a38dc7d74a8dcae
parente9b2fcb2bb58c890761f9bf2566b8da396061678 (diff)
downloadFreeBSD-ports-0ac58d8163513ae66c1c483625ec4675f50f73de.zip
FreeBSD-ports-0ac58d8163513ae66c1c483625ec4675f50f73de.tar.gz
In Makefile of the master port, x11-toolkits/linux-gtk,
MAINTAINER= is changed to MAINTAINER?=. Then, MAINTAINER is able to be added into a slave port's Makefile. So I added it in this port's Makefile.
-rw-r--r--devel/linux-f10-libglade/Makefile2
-rw-r--r--devel/linux-f10-libglade2/Makefile2
-rw-r--r--devel/linux-f8-libglade/Makefile2
-rw-r--r--devel/linux-f8-libglade2/Makefile2
-rw-r--r--devel/linux-libglade/Makefile2
-rw-r--r--devel/linux-libglade2/Makefile2
-rw-r--r--graphics/linux-f10-tiff/Makefile2
-rw-r--r--graphics/linux-f8-tiff/Makefile2
-rw-r--r--graphics/linux-tiff/Makefile2
-rw-r--r--textproc/linux-f10-libxml/Makefile2
-rw-r--r--textproc/linux-f10-libxml2/Makefile2
-rw-r--r--textproc/linux-f8-libxml/Makefile2
-rw-r--r--textproc/linux-f8-libxml2/Makefile2
-rw-r--r--textproc/linux-libxml/Makefile2
-rw-r--r--textproc/linux-libxml2/Makefile2
15 files changed, 30 insertions, 0 deletions
diff --git a/devel/linux-f10-libglade/Makefile b/devel/linux-f10-libglade/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-f10-libglade/Makefile
+++ b/devel/linux-f10-libglade/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-f10-libglade2/Makefile b/devel/linux-f10-libglade2/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-f10-libglade2/Makefile
+++ b/devel/linux-f10-libglade2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-f8-libglade/Makefile b/devel/linux-f8-libglade/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-f8-libglade/Makefile
+++ b/devel/linux-f8-libglade/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-f8-libglade2/Makefile b/devel/linux-f8-libglade2/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-f8-libglade2/Makefile
+++ b/devel/linux-f8-libglade2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-libglade/Makefile b/devel/linux-libglade/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-libglade/Makefile
+++ b/devel/linux-libglade/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-libglade2/Makefile b/devel/linux-libglade2/Makefile
index a06a977..5fcb0bc 100644
--- a/devel/linux-libglade2/Makefile
+++ b/devel/linux-libglade2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 0.7
.endif
CATEGORIES= devel linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/graphics/linux-f10-tiff/Makefile b/graphics/linux-f10-tiff/Makefile
index f749234..2c8faef 100644
--- a/graphics/linux-f10-tiff/Makefile
+++ b/graphics/linux-f10-tiff/Makefile
@@ -9,6 +9,8 @@ PORTNAME= tiff
PORTVERSION= 3.4
CATEGORIES= graphics linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/graphics/linux-f8-tiff/Makefile b/graphics/linux-f8-tiff/Makefile
index f749234..2c8faef 100644
--- a/graphics/linux-f8-tiff/Makefile
+++ b/graphics/linux-f8-tiff/Makefile
@@ -9,6 +9,8 @@ PORTNAME= tiff
PORTVERSION= 3.4
CATEGORIES= graphics linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile
index f749234..2c8faef 100644
--- a/graphics/linux-tiff/Makefile
+++ b/graphics/linux-tiff/Makefile
@@ -9,6 +9,8 @@ PORTNAME= tiff
PORTVERSION= 3.4
CATEGORIES= graphics linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f10-libxml/Makefile b/textproc/linux-f10-libxml/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-f10-libxml/Makefile
+++ b/textproc/linux-f10-libxml/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-f10-libxml2/Makefile
+++ b/textproc/linux-f10-libxml2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f8-libxml/Makefile b/textproc/linux-f8-libxml/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-f8-libxml/Makefile
+++ b/textproc/linux-f8-libxml/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f8-libxml2/Makefile b/textproc/linux-f8-libxml2/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-f8-libxml2/Makefile
+++ b/textproc/linux-f8-libxml2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-libxml/Makefile b/textproc/linux-libxml/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-libxml/Makefile
+++ b/textproc/linux-libxml/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-libxml2/Makefile b/textproc/linux-libxml2/Makefile
index f348ca5..6fe2142 100644
--- a/textproc/linux-libxml2/Makefile
+++ b/textproc/linux-libxml2/Makefile
@@ -13,6 +13,8 @@ PORTVERSION= 1.7.3
.endif
CATEGORIES= textproc linux
+MAINTAINER= taoka@FreeBSD.org
+
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
OpenPOWER on IntegriCloud