typo that snuck in..

This commit is contained in:
jasper 2013-01-14 16:19:50 +00:00
parent aa4d7cd80b
commit cc13f50e31

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.12 2013/01/14 16:16:59 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2013/01/14 16:19:50 jasper Exp $
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS=i386
COMMENT= New Jersey Standard ML
@ -59,8 +59,8 @@ do-install:
mkdir ${SML_BASE} ${SML_BINDIR} ${SML_LIBDIR}
tar -C ${WRKDIR} -cf - bin | tar -C ${SML_BASE} -xf -
tar -C ${WRKDIR} -cf - lib | tar -C ${SML_BASE} -xf -
# Remove the ports' non-SML binaries
rm ${SML_BASE}/bin/{g,}cc ${SML_BASE}/bin/{g,c}++
# Remove the ports' non-SML binaries
rm ${SML_BASE}/bin/{g,}cc ${SML_BASE}/bin/{g,c}++
cd ${PREFIX}/bin && \
for file in ${SML_EXES}; do \
ln -s ../smlnj/bin/$$file .; \