diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 20:02:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 20:02:50 +0800 |
commit | 1e493e8c4cea8c0988a8b351af52531d06cceaa1 (patch) | |
tree | 7b22aa83de17588327f7c0dd7e925a0cc7c1f2ee /print | |
parent | f5ee240532bb9545acecdcbb58e366f95c7cdbd4 (diff) | |
download | freebsd-ports-graphics-1e493e8c4cea8c0988a8b351af52531d06cceaa1.tar.gz freebsd-ports-graphics-1e493e8c4cea8c0988a8b351af52531d06cceaa1.tar.zst freebsd-ports-graphics-1e493e8c4cea8c0988a8b351af52531d06cceaa1.zip |
Fix fetching
Diffstat (limited to 'print')
-rw-r--r-- | print/libmspub01/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index a76de788bf9..acc86e7f8fd 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.0 CATEGORIES= print graphics devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org |