svn commit: r469109 - in head/misc: dnetc fortune-mod-bible fortune-mod-bofh fortune-mod-psalms upclient

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 5 13:54:38 UTC 2018


Author: danfe
Date: Sat May  5 13:54:37 2018
New Revision: 469109
URL: https://svnweb.freebsd.org/changeset/ports/469109

Log:
  For ports in `misc' 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/misc/dnetc/Makefile
  head/misc/fortune-mod-bible/Makefile
  head/misc/fortune-mod-bofh/Makefile
  head/misc/fortune-mod-psalms/Makefile
  head/misc/upclient/Makefile

Modified: head/misc/dnetc/Makefile
==============================================================================
--- head/misc/dnetc/Makefile	Sat May  5 13:30:42 2018	(r469108)
+++ head/misc/dnetc/Makefile	Sat May  5 13:54:37 2018	(r469109)
@@ -28,8 +28,6 @@ BINDIR=		${PREFIX}/distributed.net
 USERS=		dnetc
 GROUPS=		dnetc
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
-
 SUB_FILES=	pkg-message
 SUB_LIST=	BINDIR="${BINDIR}"
 

Modified: head/misc/fortune-mod-bible/Makefile
==============================================================================
--- head/misc/fortune-mod-bible/Makefile	Sat May  5 13:30:42 2018	(r469108)
+++ head/misc/fortune-mod-bible/Makefile	Sat May  5 13:54:37 2018	(r469109)
@@ -13,7 +13,7 @@ COMMENT=	King James V Bible in fortune file format
 
 DIST_SUBDIR=	${PORTNAME}
 NO_WRKSUBDIR=	yes
-PKGMESSAGE=	${WRKDIR}/pkg-message
+
 USES=		tar:bzip2
 SUB_FILES+=	pkg-message
 .if exists(/usr/games/strfile)

Modified: head/misc/fortune-mod-bofh/Makefile
==============================================================================
--- head/misc/fortune-mod-bofh/Makefile	Sat May  5 13:30:42 2018	(r469108)
+++ head/misc/fortune-mod-bofh/Makefile	Sat May  5 13:54:37 2018	(r469109)
@@ -14,7 +14,6 @@ COMMENT=	Compilation of excuses from the "Bastard Oper
 
 WRKSRC=		${WRKDIR}/bofh-fortune-mod2.0
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 
 .if exists(/usr/games/strfile)

Modified: head/misc/fortune-mod-psalms/Makefile
==============================================================================
--- head/misc/fortune-mod-psalms/Makefile	Sat May  5 13:30:42 2018	(r469108)
+++ head/misc/fortune-mod-psalms/Makefile	Sat May  5 13:54:37 2018	(r469109)
@@ -15,7 +15,6 @@ LICENSE=	CC0-1.0		# AKA Public Domain
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 PLIST_FILES=	share/games/fortune/psalms share/games/fortune/psalms.dat
 

Modified: head/misc/upclient/Makefile
==============================================================================
--- head/misc/upclient/Makefile	Sat May  5 13:30:42 2018	(r469108)
+++ head/misc/upclient/Makefile	Sat May  5 13:54:37 2018	(r469109)
@@ -21,7 +21,6 @@ ALL_TARGET=	bsd
 BUILD_WRKSRC=	${WRKSRC}/src
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 REINPLACE_SUB=	PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
 


More information about the svn-ports-all mailing list