pkgsrc-WIP-changes archive

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

xsb: spelling correction of makexsb arg s/package/packages



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Mar 12 12:03:07 2023 +0530
Changeset:	9ed2c6a04e970f3adffa410c39419dc256d3ca22

Modified Files:
	xsb/Makefile

Log Message:
xsb: spelling correction of makexsb arg s/package/packages

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

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

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

diffs:
diff --git a/xsb/Makefile b/xsb/Makefile
index 80543883f6..dd58a27d60 100644
--- a/xsb/Makefile
+++ b/xsb/Makefile
@@ -30,7 +30,7 @@ XSB_PREFIXDIR=	${DESTDIR}${PREFIX}/${XSB_VERSION_STR}
 XSB_PKGDIR=	${XSB_PREFIXDIR}/packages
 
 do-build:
-	cd ${WRKSRC} && ./makexsb fast package
+	cd ${WRKSRC} && ./makexsb fast packages
 
 # Regarding "XSB packages" : XSB makefile just copies the directories. The "XSB
 # package" makefiles do not have a proper install target. At present we are
@@ -47,7 +47,7 @@ REMOVE_P+=		${XSB_PREFIXDIR}/lib/prolog_db_doc/prolog_db_format.P
 REMOVE_P+=		${XSB_PREFIXDIR}/syslib/debugger_data.P
 
 do-install:
-	cd ${WRKSRC} && DESTDIR=${DESTDIR} ./makexsb install package && \
+	cd ${WRKSRC} && DESTDIR=${DESTDIR} ./makexsb install && \
 	rm -rf ${XSB_PKGDIR} ${REMOVE_P}
 
 .include "../../devel/pcre/buildlink3.mk"


Home | Main Index | Thread Index | Old Index