diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
commit | 17714dd8a96267e8e1ad5344a9f186436e2e5099 (patch) | |
tree | d43e14befa596c41d96cf54f018ad5d1dfff9156 /comms | |
parent | 1c88a800632dbc8c212f721a7d30616f314b09fc (diff) | |
download | pkgsrc-17714dd8a96267e8e1ad5344a9f186436e2e5099.tar.gz |
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 3 | ||||
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 3 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index 48ebef658b3..f7399ea0d91 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:33 wiz Exp $ # DISTNAME= Device-Gsm-1.60 PKGNAME= p5-${DISTNAME} PKGREVISION= 3 -SVR4_PKGNAME= p5dgs CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index 8d6e8e262a7..5edbaee114e 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/10/09 13:44:33 wiz Exp $ DISTNAME= Device-Modem-1.57 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 -SVR4_PKGNAME= p5dmd CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 68d273a5b9b..2b0f2b031f4 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/10/09 13:44:33 wiz Exp $ # DISTNAME= Device-SerialPort-1.04 PKGNAME= p5-${DISTNAME} PKGREVISION= 6 -SVR4_PKGNAME= p5dse CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} |