diff options
author | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
commit | 3a61aee4cd7edf6f0c15bae603650c4f4453fd69 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /net/p5-Net-TFTP | |
parent | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (diff) | |
download | pkgsrc-3a61aee4cd7edf6f0c15bae603650c4f4453fd69.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'net/p5-Net-TFTP')
-rw-r--r-- | net/p5-Net-TFTP/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-TFTP/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile index b46517941e2..d7536a42a6d 100644 --- a/net/p5-Net-TFTP/Makefile +++ b/net/p5-Net-TFTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/20 22:52:21 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:19:22 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -9,6 +9,7 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= packages@netbsd.org +COMMENT= perl5 module for TFTP transfers USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/TFTP/.packlist diff --git a/net/p5-Net-TFTP/pkg/COMMENT b/net/p5-Net-TFTP/pkg/COMMENT deleted file mode 100644 index 49f9e5ef88e..00000000000 --- a/net/p5-Net-TFTP/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -perl5 module for TFTP transfers |