diff options
author | sf <sf@FreeBSD.org> | 2001-03-12 18:55:41 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-12 18:55:41 +0000 |
commit | 0354b5955b35389cef20a2dd42f5e724306b29c5 (patch) | |
tree | c5d63e8d5afb29b456f2fb9c7cbad6c6cb634e7e /graphics/aview | |
parent | 413a5fc22ead2350578bc5e612644a36d37f5bc0 (diff) | |
download | FreeBSD-ports-0354b5955b35389cef20a2dd42f5e724306b29c5.zip FreeBSD-ports-0354b5955b35389cef20a2dd42f5e724306b29c5.tar.gz |
use MASTER_SITES_XCONRTIB.
Diffstat (limited to 'graphics/aview')
-rw-r--r-- | graphics/aview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 1ca7cb6..e85ce3a 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -8,7 +8,9 @@ PORTNAME= aview PORTVERSION= 1.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ +MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org |