From 6ec2a4b17391f42df0bc0bda05c5f36f89e74614 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 23 Apr 2005 10:37:36 +0000 Subject: Update to 1.7.7nb1: make sure lib/mozilla-linux/plugins exists, even for binary packages. Should fix moz-bin-* packages in bulk builds. XXX: binary package still doesn't install quite a number of (empty) directories that do get created with 'make install'. --- www/mozilla-bin/Makefile | 3 ++- www/mozilla-bin/Makefile.common | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index c1b76b84188..2b5c992e87a 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2005/04/16 12:40:32 tron Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/23 10:37:36 wiz Exp $ MOZILLA= mozilla MOZ_VER= 1.7.7 +PKGREVISION= 1 COMMENT= Full featured gecko-based browser (binary pkg) diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 30758d6a03c..c1abda5de45 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2005/04/18 14:27:12 wiz Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/04/23 10:37:36 wiz Exp $ DISTNAME= # see Makefile.${OPSYS}.${ARCH} PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER} @@ -159,6 +159,7 @@ post-install: @cd ${MOZILLA_LIB} && \ ${LN} -s ${PREFIX}/emul/netbsd16/usr/lib/libstdc++.so* . .endif + @${INSTALL_DATA_DIR} ${PREFIX}/lib/mozilla-linux/plugins @${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC} @${ECHO} bin/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM} >> ${PLIST_SRC} @${FIND} ${MOZILLA_LIB} \( -type f -o -type l \) -print \ @@ -167,5 +168,6 @@ post-install: @${FIND} ${MOZILLA_LIB} -type d -print \ | ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \ >> ${PLIST_SRC} + @${ECHO} @exec ${MKDIR} %D/lib/mozilla-linux/plugins >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3