diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:47:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:47:12 +0000 |
commit | 9c3473d7fa23aab609c709907d1a5184f80f68e5 (patch) | |
tree | b2bc2766822beb08f15660939d2ed1cfda4fe927 /print/ghostscript9-base | |
parent | For some ports under `net*' categories: remove redundant PKGMESSAGE (diff) |
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.
Notes
Notes:
svn path=/head/; revision=469117
Diffstat (limited to 'print/ghostscript9-base')
-rw-r--r-- | print/ghostscript9-base/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile index 75d90bff39a1..837b27a6ca6c 100644 --- a/print/ghostscript9-base/Makefile +++ b/print/ghostscript9-base/Makefile @@ -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 |