diff options
author | nork <nork@FreeBSD.org> | 2004-05-04 02:46:09 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-04 02:46:09 +0800 |
commit | 2ce22029316ed607f913028d35ba8ee1ffb4c98c (patch) | |
tree | 2e675dadd408a63cbfbad544042b28a8b77d0f6f /security | |
parent | d94d9d41c5f158d04620f6092f8879d1c0efc959 (diff) | |
download | freebsd-ports-gnome-2ce22029316ed607f913028d35ba8ee1ffb4c98c.tar.gz freebsd-ports-gnome-2ce22029316ed607f913028d35ba8ee1ffb4c98c.tar.zst freebsd-ports-gnome-2ce22029316ed607f913028d35ba8ee1ffb4c98c.zip |
Whitespace cleanup.
PR: ports/65409
Submitted by: trevor
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index d19df66b3fde..66081d18ce94 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -22,5 +22,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::RSA.3 - .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index 5a129752c632..5d9e4aec34b7 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -19,5 +19,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::Random.3 - .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile index 40e7019651ef..c57b492fcb0c 100644 --- a/security/p5-Crypt-RC5/Makefile +++ b/security/p5-Crypt-RC5/Makefile @@ -19,5 +19,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::RC5.3 - .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index 81323cdeb74b..c42e580604de 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -21,7 +21,6 @@ PERL_CONFIGURE= yes MAN3= Crypt::RC6.3 - do-patch: ${REINPLACE_CMD} -e 's/
//' ${WRKSRC}/RC6.pm diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index d268de32e399..9cdba866dbed 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -19,5 +19,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::Serpent.3 - .include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index 29ea2311c637..dcad66ae9aca 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -19,5 +19,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::Twofish2.3 - .include <bsd.port.mk> |