diff options
author | petef <petef@FreeBSD.org> | 2002-12-31 05:43:19 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-12-31 05:43:19 +0800 |
commit | e23c2f0ae9b6f772d2f1521ababb51f2a0c937fb (patch) | |
tree | 027681cb019b8c903c0ba0e2dc9097144a48bc34 /news | |
parent | 8d5bd7e4cf81e4dcbe85586a0e5691df1f9211fe (diff) | |
download | freebsd-ports-gnome-e23c2f0ae9b6f772d2f1521ababb51f2a0c937fb.tar.gz freebsd-ports-gnome-e23c2f0ae9b6f772d2f1521ababb51f2a0c937fb.tar.zst freebsd-ports-gnome-e23c2f0ae9b6f772d2f1521ababb51f2a0c937fb.zip |
Fix MASTER_SITES (always try to fetch from the old/ directory, too).
PR: 46634
Submitted by: maintainer
Diffstat (limited to 'news')
-rw-r--r-- | news/nn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 8bf98f8a701c..a84adb98070b 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -9,7 +9,8 @@ PORTNAME= nn PORTVERSION= 6.6.2 PORTREVISION= 1 CATEGORIES= news -MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/ +MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com |