diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-22 05:09:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-22 05:09:14 +0000 |
commit | 2cd14696bfb86f48bcc2d4ab2d0b2b2800e15809 (patch) | |
tree | 109d97e915c34406f15305fcadcfa3fb4f0f1df7 /security | |
parent | 24013211fe52862e51755bf1743f3f0fa6feed61 (diff) | |
download | pkgsrc-2cd14696bfb86f48bcc2d4ab2d0b2b2800e15809.tar.gz |
Fix RCS Id, MI/MD PLIST
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-MD5/Makefile | 3 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST | 8 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-mi | 6 |
5 files changed, 16 insertions, 9 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 0466ca96203..4314e99b89c 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,8 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/11/22 05:06:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/11/22 05:09:14 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # DISTNAME= MD5-1.7 diff --git a/security/p5-MD5/pkg/PLIST b/security/p5-MD5/pkg/PLIST deleted file mode 100644 index db0fdcbe0fa..00000000000 --- a/security/p5-MD5/pkg/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -lib/perl5/site_perl/i386-freebsd/auto/MD5/MD5.so -lib/perl5/site_perl/i386-freebsd/auto/MD5/MD5.bs -lib/perl5/site_perl/auto/MD5/autosplit.ix -lib/perl5/site_perl/MD5.pm -lib/perl5/man/man3/MD5.3.gz -lib/perl5/site_perl/i386-freebsd/auto/MD5/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/MD5 -@dirrm lib/perl5/site_perl/auto/MD5 diff --git a/security/p5-MD5/pkg/PLIST-md.shared b/security/p5-MD5/pkg/PLIST-md.shared new file mode 100644 index 00000000000..33d0d1bcb81 --- /dev/null +++ b/security/p5-MD5/pkg/PLIST-md.shared @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST-md.shared,v 1.1 1997/11/22 05:09:19 hubertf Exp $ +lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5/MD5.so +lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5/MD5.bs +@dirrm lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5 diff --git a/security/p5-MD5/pkg/PLIST-md.static b/security/p5-MD5/pkg/PLIST-md.static new file mode 100644 index 00000000000..cddffb6da84 --- /dev/null +++ b/security/p5-MD5/pkg/PLIST-md.static @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST-md.static,v 1.1 1997/11/22 05:09:21 hubertf Exp $ +lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5/MD5.a +lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5/extralibs.ld +@dirrm lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5 diff --git a/security/p5-MD5/pkg/PLIST-mi b/security/p5-MD5/pkg/PLIST-mi new file mode 100644 index 00000000000..1f88048c52d --- /dev/null +++ b/security/p5-MD5/pkg/PLIST-mi @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST-mi,v 1.1 1997/11/22 05:09:22 hubertf Exp $ +lib/perl5/site_perl/MD5.pm +lib/perl5/man/man3/MD5.3.gz +lib/perl5/site_perl/auto/MD5/autosplit.ix +@dirrm lib/perl5/site_perl/auto/MD5 +lib/perl5/site_perl/<$ARCH>-netbsd/auto/MD5/.packlist |