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.
This commit is contained in:
parent
915b7539b9
commit
9c3473d7fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469117
6 changed files with 0 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue