From fd25f98775078558220fb91818026a46053fc672 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 13 Jun 2001 09:15:59 +0000 Subject: Several cleanups: - remove local hack used to build PSM and use vendor-supplied procedure instead; - remove superfluous chmod; - remove several leftovers from mozilla-headers/Makefile. Submitted by: Szilveszter Adam , sobomax --- www/seamonkey/Makefile | 3 +-- www/seamonkey/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fb2e7de..7cb247d 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -39,6 +39,7 @@ CONFIGURE_ARGS= \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ + --enable-crypto \ --enable-double-buffer \ --enable-editor \ --enable-mailnews \ @@ -58,10 +59,8 @@ CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} BUILD_MODULES=psm @${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @${CHMOD} 555 ${WRKSRC}/mozilla @(cd ${WRKSRC}/dist/bin; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ ${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ diff --git a/www/seamonkey/pkg-plist b/www/seamonkey/pkg-plist index 36bfedd4..0106d5c 100644 --- a/www/seamonkey/pkg-plist +++ b/www/seamonkey/pkg-plist @@ -91,7 +91,7 @@ lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf lib/mozilla/chrome/pipnss.jar lib/mozilla/chrome/pippki.jar lib/mozilla/chrome/toolkit.jar -lib/mozilla/chrome/user-locales.rdf +@unexec rm -f %D/lib/mozilla/chrome/user-locales.rdf lib/mozilla/chrome/user-skins.rdf lib/mozilla/component.reg lib/mozilla/components/absync.xpt -- cgit v1.1