diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-25 15:50:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-25 15:50:06 +0000 |
commit | e5c6f9debba997dfbff46cde22538858c595cbe5 (patch) | |
tree | 7b15e3098f2da5656ca7c1ead323c022c47b83ac /textproc/minised | |
parent | 2fe1084c80c6e9d0848b893245bd9e66daa4beb7 (diff) |
- Add a entry of MASTER_SITES
Approved by: mentors(implicit)
Notes
Notes:
svn path=/head/; revision=243299
Diffstat (limited to 'textproc/minised')
-rw-r--r-- | textproc/minised/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/minised/Makefile b/textproc/minised/Makefile index ba9c239f5952..bda0e6a7604a 100644 --- a/textproc/minised/Makefile +++ b/textproc/minised/Makefile @@ -8,7 +8,8 @@ PORTNAME= minised PORTVERSION= 1.13 CATEGORIES= textproc -MASTER_SITES= http://dl.exactcode.de/oss/minised/ CENKES +MASTER_SITES= http://dl.exactcode.de/oss/minised/ CENKES \ + http://people.freebsd.org/~wen/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Smaller, cheaper, faster sed implementation |