diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-06-22 19:15:32 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-06-22 19:15:32 +0000 |
commit | c1fe6ed46865007ec44088c1afccd916cc6b14fa (patch) | |
tree | 2500fa6bc2f3cc44dab5f35379cd77f8f7900293 /security | |
parent | 2b7dbbda209d2035f42ad0b421aa05432decb66f (diff) | |
download | ports-c1fe6ed46865007ec44088c1afccd916cc6b14fa.tar.gz ports-c1fe6ed46865007ec44088c1afccd916cc6b14fa.zip |
Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .
Notes
Notes:
svn path=/head/; revision=29788
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 |