diff options
author | fenner <fenner@FreeBSD.org> | 2000-06-23 03:15:32 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-06-23 03:15:32 +0800 |
commit | ff37fdb8ac445f01d403a90f1adb4c81b567c50e (patch) | |
tree | b90981a485ab3fead42fa6aec499a2e6d113439b /security | |
parent | 3be502b0bb3eaba3e27be9378c1fd649739e15db (diff) | |
download | freebsd-ports-gnome-ff37fdb8ac445f01d403a90f1adb4c81b567c50e.tar.gz freebsd-ports-gnome-ff37fdb8ac445f01d403a90f1adb4c81b567c50e.tar.zst freebsd-ports-gnome-ff37fdb8ac445f01d403a90f1adb4c81b567c50e.zip |
Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .
Diffstat (limited to 'security')
-rw-r--r-- | security/sniff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index b76c56d0aac0..464bb5004c6a 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -8,7 +8,8 @@ PORTNAME= sniff PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= veraldi@cs.unibo.it |