svn commit: r469117 - in head/print: auctex ghostscript7-commfont ghostscript8-base ghostscript9-agpl-base ghostscript9-base yatex
Alexey Dokuchaev
danfe at FreeBSD.org
Sat May 5 14:47:14 UTC 2018
Author: danfe
Date: Sat May 5 14:47:12 2018
New Revision: 469117
URL: https://svnweb.freebsd.org/changeset/ports/469117
Log:
For ports under `print' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list.
Modified:
head/print/auctex/Makefile
head/print/ghostscript7-commfont/Makefile
head/print/ghostscript8-base/Makefile
head/print/ghostscript9-agpl-base/Makefile
head/print/ghostscript9-base/Makefile
head/print/yatex/Makefile
Modified: head/print/auctex/Makefile
==============================================================================
--- head/print/auctex/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/auctex/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -25,7 +25,6 @@ PORTDOCS= tex-ref.pdf
INFO= auctex preview-latex
PLIST_SUB= TEXMFDIR=${TEXMFDIR}
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= DOCS
DOCS_CONFIGURE_ON= --docdir=${DOCSDIR}
Modified: head/print/ghostscript7-commfont/Makefile
==============================================================================
--- head/print/ghostscript7-commfont/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/ghostscript7-commfont/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -20,7 +20,6 @@ SUB_FILES= pkg-message \
Makefile template.cidfont template.ttcidfont template.font
SUB_LIST= PORTVERSION="${PORTVERSION}" GS_RESDIR="${GS_RESDIR}"
PLIST_SUB= GS_RESDIR="${GS_RESDIR}"
-PKGMESSAGE= ${WRKDIR}/pkg-message
USES= ghostscript:7,run
NO_ARCH= yes
Modified: head/print/ghostscript8-base/Makefile
==============================================================================
--- head/print/ghostscript8-base/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/ghostscript8-base/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -69,7 +69,6 @@ INSTALL_TARGET= soinstall
PLIST_SUB= SHLIB_VER="${PORTVERSION:R}" \
GS_VERSION="${PORTVERSION}"
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= DOCS CAIRO CUPS FONTCONFIG ICONV
OPTIONS_DEFAULT=CAIRO CUPS FONTCONFIG ICONV
Modified: head/print/ghostscript9-agpl-base/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-base/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/ghostscript9-agpl-base/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -69,7 +69,6 @@ PLIST_SUB= SHLIB_VER="${PORTVERSION:R}" \
GS_VERSION="${PORTVERSION}"
SUB_FILES= pkg-message
SUB_LIST= DATADIR="${DATADIR}"
-PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= DOCS CUPS FONTCONFIG ICONV
OPTIONS_DEFAULT=CUPS FONTCONFIG ICONV
Modified: head/print/ghostscript9-base/Makefile
==============================================================================
--- head/print/ghostscript9-base/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/ghostscript9-base/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -70,7 +70,6 @@ PLIST_SUB= SHLIB_VER="${PORTVERSION:R}" \
GS_VERSION="${PORTVERSION}"
SUB_FILES= pkg-message
SUB_LIST= DATADIR="${DATADIR}"
-PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= DOCS CUPS FONTCONFIG ICONV
OPTIONS_DEFAULT=CUPS FONTCONFIG ICONV
Modified: head/print/yatex/Makefile
==============================================================================
--- head/print/yatex/Makefile Sat May 5 14:37:10 2018 (r469116)
+++ head/print/yatex/Makefile Sat May 5 14:47:12 2018 (r469117)
@@ -16,7 +16,6 @@ USES= dos2unix emacs
EMACS_NO_DEPENDS= yes
NO_BUILD= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message yatex-startup.el
SUB_LIST= EMACS_SITE_LISPDIR="${EMACS_SITE_LISPDIR}"
More information about the svn-ports-all
mailing list