1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/p5-Authen-Radius/files/patch-aa

12 lines
407 B
Plaintext

--- Makefile.PL.orig Thu Sep 11 13:37:04 1997
+++ Makefile.PL Thu Sep 11 13:37:13 1997
@@ -4,7 +4,7 @@
WriteMakefile(
'NAME' => 'Authen::Radius',
'DISTNAME' => 'RadiusPerl',
- 'VERSION_FROM' => 'Authen/Radius.pm', # finds $VERSION
+ 'VERSION_FROM' => 'Radius.pm', # finds $VERSION
'PREREQ_PM' => { MD5 => 1.7, IO => 1.12 },
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);