diff options
author | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
commit | b1d787247cefeabd6c41c0e5c535f9cec8c8d240 (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /security | |
parent | 76375ce5dd3bfaecec6f0fead39f29f2c5a45577 (diff) | |
download | pkgsrc-b1d787247cefeabd6c41c0e5c535f9cec8c8d240.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-MD5/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 9e2dbc27441..6a6239bbc75 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:47 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:32 frueauf Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # -DISTNAME= MD5-1.7 -PKGNAME= p5-MD5-1.7 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +DISTNAME= MD5-1.7 +PKGNAME= p5-MD5-1.7 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MD5 -MAINTAINER= jfitz@FreeBSD.ORG +MAINTAINER= packages@netbsd.org -USE_PERL5= YES +USE_PERL5= YES -MAN3= MD5.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MAN3= MD5.3 +MANPREFIX= ${PREFIX}/lib/perl5 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL .include "../../mk/bsd.pkg.mk" |