summaryrefslogtreecommitdiff
path: root/security/libdes
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/libdes
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/libdes')
-rw-r--r--security/libdes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile
index 56255961ebf..006810d5ccc 100644
--- a/security/libdes/Makefile
+++ b/security/libdes/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:07 wiz Exp $
DISTNAME= libdes-4.04b
CATEGORIES= security
-MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/
+MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/
MAINTAINER= refling@comet.lbl.gov
COMMENT= Small DES (Data Encryption Standard) lib & standalone program
-WRKSRC= ${WRKDIR}/des
+WRKSRC= ${WRKDIR}/des
CRYPTO= YES
.include "../../mk/bsd.pkg.mk"