diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | d7d375166804180b99de6a2eb77d406136e65d5c (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/p5-ExtUtils-F77 | |
parent | 209586d4a9c7015edc99d25f7da50055bc2cf3ee (diff) | |
download | pkgsrc-d7d375166804180b99de6a2eb77d406136e65d5c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/p5-ExtUtils-F77')
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index b058e96cdaf..e121cd590a6 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/26 22:08:06 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:50 wiz Exp $ DISTNAME= ExtUtils-F77-1.13 PKGNAME= p5-${DISTNAME} @@ -6,6 +6,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= jtb@netbsd.org +COMMENT= Perl module for determining how to link Fortran and C USE_PERL5= #defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/F77/.packlist diff --git a/devel/p5-ExtUtils-F77/pkg/COMMENT b/devel/p5-ExtUtils-F77/pkg/COMMENT deleted file mode 100644 index 95cf0e11652..00000000000 --- a/devel/p5-ExtUtils-F77/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Perl module for determining how to link Fortran and C |