summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep>2004-01-10 16:10:35 +0000
committercjep <cjep>2004-01-10 16:10:35 +0000
commit9d5f6e531b6d82487cef6423a77b493be9ab816e (patch)
treeb65e4f61d96188adb222a524d578c6bfa598bb04
parenta25fdb3ca4f1a53895c9826e0b1767ee3513c4a1 (diff)
downloadpkgsrc-9d5f6e531b6d82487cef6423a77b493be9ab816e.tar.gz
Use tech-pkg@NetBSD.org as default MAINTAINER.
-rw-r--r--pkgtools/port2pkg/Makefile3
-rwxr-xr-xpkgtools/port2pkg/files/port2pkg.pl4
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile
index a2f56dc633a..3aa9b35e252 100644
--- a/pkgtools/port2pkg/Makefile
+++ b/pkgtools/port2pkg/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 22:52:18 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/10 16:10:35 cjep Exp $
#
DISTNAME= port2pkg-1.11
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools
MASTER_SITES= # empty
diff --git a/pkgtools/port2pkg/files/port2pkg.pl b/pkgtools/port2pkg/files/port2pkg.pl
index e5a690be63c..d607c3ccd6f 100755
--- a/pkgtools/port2pkg/files/port2pkg.pl
+++ b/pkgtools/port2pkg/files/port2pkg.pl
@@ -1,13 +1,13 @@
#!/usr/bin/env perl
#
-# $NetBSD: port2pkg.pl,v 1.11 2002/05/19 15:41:37 wiz Exp $
+# $NetBSD: port2pkg.pl,v 1.12 2004/01/10 16:10:35 cjep Exp $
#
require 'getopts.pl';
$^W=1;
use strict;
use vars qw($opt_m);
-my($maintainer) = "packages\@netbsd.org";
+my($maintainer) = "tech-pkg\@NetBSD.org";
my($makefile, $master_site_subdir, $extract_cmd);
my($portsdir, $pkgdir);
my($namespace, $portname, $portversion, $distname,