Date: Sat, 5 May 2018 13:54:37 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469109 - in head/misc: dnetc fortune-mod-bible fortune-mod-bofh fortune-mod-psalms upclient Message-ID: <201805051354.w45Dsb1r052144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051354.w45Dsb1r052144>