diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-02-21 02:05:32 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-02-21 02:05:32 +0800 |
commit | df77d6c57e558f08e1d3565123cdabd53cc99162 (patch) | |
tree | fb0fd1261f23bee81ec7896f2f5f1362ce8cec66 /security/libtomcrypt | |
parent | f732b1ce944db9b99e5929792e255e3d86608ba3 (diff) | |
download | freebsd-ports-gnome-df77d6c57e558f08e1d3565123cdabd53cc99162.tar.gz freebsd-ports-gnome-df77d6c57e558f08e1d3565123cdabd53cc99162.tar.zst freebsd-ports-gnome-df77d6c57e558f08e1d3565123cdabd53cc99162.zip |
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.
Thanks to: Several people who found copies of the distfiles for me
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 8 |
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" \ |