diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-02-20 18:52:44 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-02-20 18:52:44 +0000 |
commit | 550198de486f7bef208db365fa3b2e6f64efd680 (patch) | |
tree | ce707f8d9a63047930d66e4428cdad5ec033a287 /archivers | |
parent | 9a1e7ef84830d882008da3aa9022e7cf93e006d8 (diff) | |
download | ports-550198de486f7bef208db365fa3b2e6f64efd680.tar.gz ports-550198de486f7bef208db365fa3b2e6f64efd680.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 37928ba10d17..4fe145d3d73a 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -8,7 +8,8 @@ PORTNAME= unzip PORTVERSION= 5.42 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ +MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ \ + ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} DISTNAME= ${PORTNAME}542 MAINTAINER= ache@FreeBSD.org |