diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-08 22:54:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-08 22:54:57 +0000 |
commit | c5af3349e55bffff49ff88d74173ec317cf18c30 (patch) | |
tree | b906918f5a26f1967b2e65ce449619abb4a0a98b /textproc/iso8879/Makefile | |
parent | a0ea57b959da3d94eafd32c6d7aa8cd35ce81bac (diff) | |
download | ports-c5af3349e55bffff49ff88d74173ec317cf18c30.tar.gz ports-c5af3349e55bffff49ff88d74173ec317cf18c30.zip |
Notes
Diffstat (limited to 'textproc/iso8879/Makefile')
-rw-r--r-- | textproc/iso8879/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 7c2accf194b8..81d6b88016e6 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -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} |