aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-02-20 18:05:32 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-02-20 18:05:32 +0000
commitb191d62f9d95daf76bb018ecc41f827c7e1b0b4f (patch)
treebdc1485b990224cc35ef86c11cbe3cf9a5687449 /security
parent4733ac6446d46b4ef43935a3565cbc7d45241fef (diff)
downloadports-b191d62f9d95daf76bb018ecc41f827c7e1b0b4f.tar.gz
ports-b191d62f9d95daf76bb018ecc41f827c7e1b0b4f.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/libtomcrypt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index d11b18946489..e1a8dcdc948a 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -8,17 +8,17 @@
PORTNAME= libtomcrypt
PORTVERSION= 1.09
CATEGORIES= security
-MASTER_SITES= http://libtomcrypt.org/files/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= cperciva/libtom
DISTNAME= crypt-${PORTVERSION}
-PATCH_SITES= http://libtomcrypt.org/files/patch-1.09/
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= cperciva/libtom
PATCHFILES= lrw_process.c.patch
MAINTAINER= wxs@csh.rit.edu
COMMENT= Comprehensive, modular and portable cryptographic toolkit
-BROKEN= "Does not fetch"
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \