diff options
author | cy <cy@FreeBSD.org> | 2017-09-13 10:51:47 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-09-13 10:51:47 +0800 |
commit | bdfe655a555fa0dc2dd2f6803e2fda94f0f68628 (patch) | |
tree | 73461969dfe0fe86b43ee21cb63ddaf47b5080dc /graphics | |
parent | cdc22f0b28d97912bca2c8d2d5bbd52241b11a08 (diff) | |
download | freebsd-ports-gnome-bdfe655a555fa0dc2dd2f6803e2fda94f0f68628.tar.gz freebsd-ports-gnome-bdfe655a555fa0dc2dd2f6803e2fda94f0f68628.tar.zst freebsd-ports-gnome-bdfe655a555fa0dc2dd2f6803e2fda94f0f68628.zip |
Fixup package origins.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf3/Makefile | 3 | ||||
-rw-r--r-- | graphics/xpdf4/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile index b319e43d141b..a70bd90c7474 100644 --- a/graphics/xpdf3/Makefile +++ b/graphics/xpdf3/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ TEX_CTAN/support/xpdf \ http://komquats.com/distfiles/ +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 3 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index ef527ecc7b55..e424838153d2 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -5,7 +5,9 @@ PORTVERSION= 4.00 PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ +.if !defined(MASTERDIR) PKGNAMESUFFIX= 4 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats |