diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-13 17:15:59 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-13 17:15:59 +0800 |
commit | fd25f98775078558220fb91818026a46053fc672 (patch) | |
tree | dd91d91232b47a2b952308a638839081bcecc4ca /www/seamonkey2 | |
parent | 48c4d42b8668e25c206d4d713cb96d7d5e4aa161 (diff) | |
download | freebsd-ports-gnome-fd25f98775078558220fb91818026a46053fc672.tar.gz freebsd-ports-gnome-fd25f98775078558220fb91818026a46053fc672.tar.zst freebsd-ports-gnome-fd25f98775078558220fb91818026a46053fc672.zip |
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 <sziszi@petra.hos.u-szeged.hu>, sobomax
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 3 | ||||
-rw-r--r-- | www/seamonkey2/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index fb2e7deb7f6c..7cb247d2733e 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist index 36bfedd40c01..0106d5c58e1d 100644 --- a/www/seamonkey2/pkg-plist +++ b/www/seamonkey2/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 |