pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

shells/etsh: remove notice and just settle on having null {MAN,BIN}GRP.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Tue Jun 28 19:16:37 2022 +0200
Changeset:	86ecdd8ab9f9bfc4b021db909f1d9eb12a3340a7

Modified Files:
	etsh/Makefile

Log Message:
shells/etsh: remove notice and just settle on having null {MAN,BIN}GRP.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86ecdd8ab9f9bfc4b021db909f1d9eb12a3340a7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 etsh/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diffs:
diff --git a/etsh/Makefile b/etsh/Makefile
index 0d3cff016f..c11d4730aa 100644
--- a/etsh/Makefile
+++ b/etsh/Makefile
@@ -20,16 +20,8 @@ DOCDIR:=	${PREFIX}/share/doc/etsh
 MAKEFLAGS+=	PREFIX=${PREFIX}
 MAKEFLAGS+=	DESTDOCDIR=${DESTDIR}${DOCDIR}
 MAKEFLAGS+=	DESTEXPDIR=${DESTDIR}${EXPDIR}
-
-# The post-install target fails with BINGRP and
-# MANGRP set, due to conflicting install(1) syntax
-# used by the project's Makefile. This was only
-# relevant on SunOS so far, where they are set by
-# default.  Consider rewriting post-install: to
-# manually copy docs and examples in the correct
-# directories.
 MAKEFLAGS+=		MANGRP:='' BINGRP:=''
-#
+
 SUBST_CLASSES+=		paths
 SUBST_STAGE.paths=	pre-configure
 SUBST_FILES.paths+=	libexec.etsh/etshdir


Home | Main Index | Thread Index | Old Index