diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-09-13 02:51:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-09-13 02:51:47 +0000 |
commit | 409d82afc11f41e25296a7fbda45b1e0df47d3eb (patch) | |
tree | 73461969dfe0fe86b43ee21cb63ddaf47b5080dc /graphics/xpdf3 | |
parent | becde58674dfb4185c83e97e05f0d2e0d541434b (diff) |
Notes
Diffstat (limited to 'graphics/xpdf3')
-rw-r--r-- | graphics/xpdf3/Makefile | 3 |
1 files changed, 3 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 |