pkgsrc-WIP-changes archive

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

shellinabox: white space; less is more



Module Name:	pkgsrc-wip
Committed By:	ast <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Mon Feb 12 08:33:46 2018 +0100
Changeset:	b26a4c1eb323a33a0474172dd7627f23be4eb848

Modified Files:
	shellinabox/Makefile

Log Message:
shellinabox: white space; less is more

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

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

diffstat:
 shellinabox/Makefile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/shellinabox/Makefile b/shellinabox/Makefile
index 3a17a08353..94969e2c0b 100644
--- a/shellinabox/Makefile
+++ b/shellinabox/Makefile
@@ -26,13 +26,12 @@ GNU_CONFIGURE=	yes
 # see patches/patch-service-ssh-rm-rsa-options
 CFLAGS+=	-DOMIT_RSA_OPTIONS_FROM_SSH_SERVICE
 
-.include "../../mk/bsd.prefs.mk"
-SIB_USER?=              shellinabox
-SIB_GROUP?=             shellinabox
-PKG_GROUPS=             ${SIB_GROUP}
-PKG_USERS=              ${SIB_USER}:${SIB_GROUP}
-PKG_GROUPS_VARS=        SIB_USER
-PKG_USERS_VARS=         SIB_GROUP
+SIB_USER?=		shellinabox
+SIB_GROUP?=		shellinabox
+PKG_GROUPS=		${SIB_GROUP}
+PKG_USERS=		${SIB_USER}:${SIB_GROUP}
+PKG_GROUPS_VARS=	SIB_USER
+PKG_USERS_VARS=		SIB_GROUP
 
 RCD_SCRIPTS+=		shellinaboxd
 RCD_SCRIPT_SRC.shellinaboxd = ${WRKSRC}/shellinaboxd.in


Home | Main Index | Thread Index | Old Index