summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2000-03-08 02:12:44 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2000-03-08 02:12:44 +0000
commitc3a4ed34de1b1c84960dad2eadc6c7cefe2be5ef (patch)
treec73cd51fbcdf59dbbdf6ae3f71bb5d8968d340c2
parentUpdate to 1.8i6 (diff)
The "netscape" rpm from Compaq is now an actual RPM, not an RPM
containing a gzipped tarball. Update the Makefile and the md5 checksum to reflect this new rpm.
Notes
Notes: svn path=/head/; revision=26634
-rw-r--r--emulators/osf1_base/Makefile7
-rw-r--r--emulators/osf1_base/distinfo2
2 files changed, 3 insertions, 6 deletions
diff --git a/emulators/osf1_base/Makefile b/emulators/osf1_base/Makefile
index 8336845615d5..444b69f8b6e2 100644
--- a/emulators/osf1_base/Makefile
+++ b/emulators/osf1_base/Makefile
@@ -42,14 +42,11 @@ do-install:
fi
@${MKDIR} ${PREFIX}/usr/lib
@${LN} -sf ${X11BASE}/lib/X11 ${PREFIX}/usr/lib
- @${TAR} --exclude usr/local/* -xpzf \
- ${WRKSRC}/usr/local/netscape/netscape-all-4.7.tar.gz \
- -C ${PREFIX}
+ @(cd ${WRKSRC} && ${TAR} -cf - etc sbin usr/shlib) | \
+ ${TAR} -xpf - -C ${PREFIX}
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libc_r.so
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthread.so
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthreads.so
@touch ${PREFIX}/etc/sia/siainitgood
- @${RM} ${PREFIX}/usr/bin/netscape
- @${RMDIR} ${PREFIX}/usr/bin
.include <bsd.port.mk>
diff --git a/emulators/osf1_base/distinfo b/emulators/osf1_base/distinfo
index 16348e8d6dd8..deee52cf8417 100644
--- a/emulators/osf1_base/distinfo
+++ b/emulators/osf1_base/distinfo
@@ -1 +1 @@
-MD5 (netscape-4.7-1.alpha.rpm) = 7026e37b820c78480414b6694331a5dc
+MD5 (netscape-4.7-1.alpha.rpm) = d46395644f8ac585a51d57b23c08328e