diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-30 16:22:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-30 16:22:18 +0000 |
commit | 0208462b74af8b4f248ae426c463de7eafce79fc (patch) | |
tree | cc5dd6e4ed19dffbca75d7d66d08ebe2fc2b1eb8 | |
parent | Avoid calling strncmp(3) with two arguments - use strcmp(3) instead. (diff) |
Put copy of distfile to MASTER_SITE_LOCAL, so that it is fetchable.
PR: 40263
Submitted by: Andreas Schulz <ats@first.fhg.de>
-rw-r--r-- | x11-toolkits/easygtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/easygtk/Makefile b/x11-toolkits/easygtk/Makefile index a1e698726436..04c0d063a52c 100644 --- a/x11-toolkits/easygtk/Makefile +++ b/x11-toolkits/easygtk/Makefile @@ -8,8 +8,10 @@ PORTNAME= easygtk PORTVERSION= 1.2 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.linsupport.com/sw/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.linsupport.com/sw/ \ http://www.linuxbox.com/~drow/EasyGTK/ +MASTER_SITE_SUBDIR= sobomax EXTRACT_SUFX= .tar MAINTAINER= sobomax@FreeBSD.org |