summaryrefslogtreecommitdiff
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-13 10:59:35 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-13 10:59:35 +0000
commitcb37bb59602435e81af080f5f33d1bde79a9f11b (patch)
tree0be82c9ad06b51b25b9786e65f44d65e8c8b1ce6 /www/seamonkey2/Makefile
parentNuke math/xvgr. Obsoleted by xmgr. (diff)
Use shared libaries instead of having a 60+MB binary.
Notes
Notes: svn path=/head/; revision=10504
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index fce56a1fb3c9..ed4cf6132f8b 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/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>