pkgsrc-WIP-changes archive

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

freeswitch-core: Fix Makefile typo



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Thu Jun 1 12:47:36 2017 -0400
Changeset:	cfdf0f34d2d52560528d12c47344d930d410a7b0

Modified Files:
	freeswitch-core/Makefile

Log Message:
freeswitch-core: Fix Makefile typo

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

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

diffstat:
 freeswitch-core/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/freeswitch-core/Makefile b/freeswitch-core/Makefile
index 5b26962cc4..15e1407092 100644
--- a/freeswitch-core/Makefile
+++ b/freeswitch-core/Makefile
@@ -173,8 +173,8 @@ PKG_GROUPS_VARS=	FS_GROUP
 PKG_GROUPS=		${FS_GROUP}
 PKG_USERS=		${FS_USER}:${FS_GROUP}
 
-PKG_GECOS.${FS_USER}=		FreeSWITCH
-PKG_SHELL.${NGINX_USER}=	${NOLOGIN}
+PKG_GECOS.${FS_USER}=	FreeSWITCH
+PKG_SHELL.${FS_USER}=	${NOLOGIN}
 
 MAKE_DIRS+=		${VARBASE}/log/freeswitch
 MAKE_DIRS+=		${VARBASE}/db/freeswitch


Home | Main Index | Thread Index | Old Index