diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-29 14:48:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-29 14:48:45 +0000 |
commit | cbcbe604a88d76eedb5f96dc989559bbe314ba84 (patch) | |
tree | d73af95b62ee9671052482fee583eba4043496f1 /archivers | |
parent | b28e1eddc0f40443f9da8656d978366af324a7ed (diff) | |
download | ports-cbcbe604a88d76eedb5f96dc989559bbe314ba84.tar.gz ports-cbcbe604a88d76eedb5f96dc989559bbe314ba84.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzoo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 56397c9b36ef..5544f5205bb1 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -8,7 +8,9 @@ PORTNAME= unzoo DISTVERSION= 4.4 CATEGORIES= archivers -MASTER_SITES= http://critical.ch/unzoo/ +MASTER_SITES= hhttp://critical.ch/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= A zoo archive extractor |