1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

unzip requires the -d option to be after the list of zip files.

This commit is contained in:
Steve Price 1998-02-08 22:54:57 +00:00
parent a0ea57b959
commit c5af3349e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9630

View File

@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.3 1997/07/10 02:37:46 jfieber Exp $
# $Id: Makefile,v 1.4 1997/07/10 03:25:28 jfieber Exp $
#
DISTNAME= isoENTS
@ -29,7 +29,7 @@ pre-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
do-install:
@unzip -a -q -o -d ${INSTDIR} ${DISTDIR}/${DISTFILES}
@unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
@chmod ${SHAREMODE} ${INSTDIR}/*
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}