diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 10:42:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 10:42:33 +0000 |
commit | c93c57babd536e23f00ebfa4226897b986b8e7c6 (patch) | |
tree | fae535f98a91bafc3fb71775fa61fb0497b8eae4 /textproc/2bsd-diff/Makefile | |
parent | bfacb6ff19a8129fa6c5cdb6e07928b2423e5226 (diff) | |
download | ports-c93c57babd536e23f00ebfa4226897b986b8e7c6.tar.gz ports-c93c57babd536e23f00ebfa4226897b986b8e7c6.zip |
Add one more MASTER_SITES
PR: ports/97776
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=163252
Diffstat (limited to 'textproc/2bsd-diff/Makefile')
-rw-r--r-- | textproc/2bsd-diff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/2bsd-diff/Makefile b/textproc/2bsd-diff/Makefile index 054d47298886..5138a66c08ea 100644 --- a/textproc/2bsd-diff/Makefile +++ b/textproc/2bsd-diff/Makefile @@ -9,7 +9,8 @@ PORTNAME= diff PORTVERSION= 2.11 PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= http://www.tribug.org/pub/tuhs/PDP-11/Distributions/ucb/2.11BSD/ +MASTER_SITES= http://www.tribug.org/pub/tuhs/PDP-11/Distributions/ucb/2.11BSD/ \ + http://www.stdio.com/2.11BSD/ PKGNAMEPREFIX= 2bsd- DISTNAME= file8 |