diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-07 17:58:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-07 17:58:18 +0000 |
commit | 73a98df43cc369197b0aec548b63e91f06d263ac (patch) | |
tree | 56eba2d9365118272d1677efbe122c8fc4eb7c52 /ftp/frox/Makefile | |
parent | Add patch to fix build because some paths need correction, already (diff) |
add MASTER_SITE_SOURCEFORGE to master site
Notes
Notes:
svn path=/head/; revision=64159
Diffstat (limited to 'ftp/frox/Makefile')
-rw-r--r-- | ftp/frox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index 953081ac9233..5f7c69d2e200 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -9,7 +9,9 @@ PORTNAME= frox PORTVERSION= 0.7.4 CATEGORIES= ftp MASTER_SITES= http://www.hollo.org/frox/download/ \ - http://frox.sourceforge.net/download/ + http://frox.sourceforge.net/download/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sem@ciam.ru |