Date: Wed, 13 Sep 2017 02:51:47 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449752 - in head/graphics: xpdf3 xpdf4 Message-ID: <201709130251.v8D2plw9068780@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Sep 13 02:51:47 2017 New Revision: 449752 URL: https://svnweb.freebsd.org/changeset/ports/449752 Log: Fixup package origins. Modified: head/graphics/xpdf3/Makefile head/graphics/xpdf4/Makefile Modified: head/graphics/xpdf3/Makefile ============================================================================== --- head/graphics/xpdf3/Makefile Wed Sep 13 02:48:57 2017 (r449751) +++ head/graphics/xpdf3/Makefile Wed Sep 13 02:51:47 2017 (r449752) @@ -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 Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Wed Sep 13 02:48:57 2017 (r449751) +++ head/graphics/xpdf4/Makefile Wed Sep 13 02:51:47 2017 (r449752) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709130251.v8D2plw9068780>