summaryrefslogtreecommitdiff
path: root/security/libdes
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/libdes
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.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"