diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-11-24 09:46:22 +0800 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-11-24 09:46:22 +0800 |
commit | 7cc1a0356e37b835597a9fa8e12a3337b2669463 (patch) | |
tree | b44e0a3209e0556eacb9632cb501b38447c54cf6 | |
parent | 94dabbeae20dce27f7d93718630f7e36cfccf707 (diff) | |
download | freebsd-ports-gnome-7cc1a0356e37b835597a9fa8e12a3337b2669463.tar.gz freebsd-ports-gnome-7cc1a0356e37b835597a9fa8e12a3337b2669463.tar.zst freebsd-ports-gnome-7cc1a0356e37b835597a9fa8e12a3337b2669463.zip |
Ahem. I forgot %SUBDIR% in last change to this file.
-rw-r--r-- | misc/logsurfer+/Makefile | 4 | ||||
-rw-r--r-- | misc/logsurfer/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile index d6ca1e091e43..ae128f8e6b6e 100644 --- a/misc/logsurfer+/Makefile +++ b/misc/logsurfer+/Makefile @@ -8,8 +8,8 @@ PORTNAME= logsurfer PORTVERSION= 1.5a CATEGORIES= misc -MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ +MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/%SUBDIR%/ \ + ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/%SUBDIR%/ MASTER_SITE_SUBDIR= . old EXTRACT_SUFX= .tar diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile index d6ca1e091e43..ae128f8e6b6e 100644 --- a/misc/logsurfer/Makefile +++ b/misc/logsurfer/Makefile @@ -8,8 +8,8 @@ PORTNAME= logsurfer PORTVERSION= 1.5a CATEGORIES= misc -MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ +MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/%SUBDIR%/ \ + ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/%SUBDIR%/ MASTER_SITE_SUBDIR= . old EXTRACT_SUFX= .tar |