diff options
author | nork <nork@FreeBSD.org> | 2011-01-03 03:04:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2011-01-03 03:04:08 +0800 |
commit | c33bf122a200e4c54cbb8f7cd940dac0505ce20f (patch) | |
tree | 48097f38a349f9bd7b95c1405a807635c6a7ba61 | |
parent | b433ee786f79a13d3235cbe2c2bc5cb6ecc8efec (diff) | |
download | freebsd-ports-gnome-c33bf122a200e4c54cbb8f7cd940dac0505ce20f.tar.gz freebsd-ports-gnome-c33bf122a200e4c54cbb8f7cd940dac0505ce20f.tar.zst freebsd-ports-gnome-c33bf122a200e4c54cbb8f7cd940dac0505ce20f.zip |
Fix MASTER_SITES.
Pointed out by: ume
-rw-r--r-- | security/tpmmanager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tpmmanager/Makefile b/security/tpmmanager/Makefile index daa7311d635c..6155f8977e3b 100644 --- a/security/tpmmanager/Makefile +++ b/security/tpmmanager/Makefile @@ -8,7 +8,7 @@ PORTNAME= tpmmanager PORTVERSION= 0.8 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION} MAINTAINER= nork@FreeBSD.org COMMENT= TPM Manager |