1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

remove unnecessary LDCONFIG_DIRS

This commit is contained in:
Sergey Skvortsov 2003-08-09 13:22:07 +00:00
parent 2f6e8d86d7
commit 93608e43cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86647
2 changed files with 1 additions and 3 deletions

View File

@ -16,10 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module that implements the Rijndael cipher
PERL_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::Rijndael.3
.include <bsd.port.mk>

View File

@ -3,5 +3,6 @@ implements the Rijndael cipher, which has just been selected as the new
Advanced Encryption Standard (AES).
Author: Rafael R. Sevilla <dido@pacific.net.ph>
WWW: http://search.cpan.org/dist/Crypt-Rijndael/
--will