diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 21:34:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 21:34:40 +0000 |
commit | 652c46069487656c14dfb6d3f06c535bbe929c8c (patch) | |
tree | 69a7e1d73ceb3c32836976093383a10e7fb873c5 /net-mgmt | |
parent | 281ceb96b4e80a1ba15d70c78944a0ffc0eb7f25 (diff) | |
download | ports-652c46069487656c14dfb6d3f06c535bbe929c8c.tar.gz ports-652c46069487656c14dfb6d3f06c535bbe929c8c.zip |
Use the new MASTER_SITE_GOOGLE_CODE macro
Notes
Notes:
svn path=/head/; revision=208532
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsnmp-ucd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile index 5ad60543b636..8f2f5c7e2d3b 100644 --- a/net-mgmt/bsnmp-ucd/Makefile +++ b/net-mgmt/bsnmp-ucd/Makefile @@ -8,7 +8,7 @@ PORTNAME= bsnmp-ucd PORTVERSION= 0.2.0 CATEGORIES= net-mgmt -MASTER_SITES= http://bsnmp-ucd.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= to.my.trociny@gmail.com COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB |