diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-13 10:59:35 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-13 10:59:35 +0000 |
commit | cb37bb59602435e81af080f5f33d1bde79a9f11b (patch) | |
tree | 0be82c9ad06b51b25b9786e65f44d65e8c8b1ce6 /www/mozilla-vendor/Makefile | |
parent | Nuke math/xvgr. Obsoleted by xmgr. (diff) |
Use shared libaries instead of having a 60+MB binary.
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r-- | www/mozilla-vendor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index fce56a1fb3c9..ed4cf6132f8b 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $Id: Makefile,v 1.18 1998/04/12 12:47:02 jseger Exp $ +# $Id: Makefile,v 1.19 1998/04/12 17:58:37 jseger Exp $ # DISTNAME= unix_19980408 @@ -29,14 +29,14 @@ OBJDIR= ${WRKSRC}/dist/${OSNAME}${OSVER}_DBG.OBJ do-install: @${MKDIR} ${PREFIX}/lib/mozilla/bin - @tar -cf - --dereference -C ${OBJDIR}/bin bsdecho mozilla-export \ + @cd ${OBJDIR}/bin && tar -chf - bsdecho lib* moz-export \ nsinstall vreg | tar -xf - -C ${PREFIX}/lib/mozilla/bin @chmod 755 ${PREFIX}/lib/mozilla/bin @${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin @if [ ! -f ${PREFIX}/lib/mozilla/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${PREFIX}/lib/mozilla ; \ fi - @strip ${PREFIX}/lib/mozilla/bin/mozilla-export + @strip ${PREFIX}/lib/mozilla/bin/moz-export @chown -R bin.bin ${PREFIX}/lib/mozilla .include <bsd.port.mk> |