summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorabs <abs>2009-03-18 00:08:39 +0000
committerabs <abs>2009-03-18 00:08:39 +0000
commitd093cc3b8efbc88fddc6e53f5725e5d129a6bdb5 (patch)
tree1f70d8c7e90fb7c96ad2b0a730d7921803ac8bf2 /time
parent752b6101786e38ab522f262d3b991fbc5055b18f (diff)
downloadpkgsrc-d093cc3b8efbc88fddc6e53f5725e5d129a6bdb5.tar.gz
Unify all the mozilla projects into using a single Makefile.common and
INSTALL, and put it in seamonkey. Ensure all build with USE_DESTDIR. Bump PKGREVISIONs
Diffstat (limited to 'time')
-rw-r--r--time/sunbird/Makefile3
-rw-r--r--time/sunbird/Makefile-sunbird.common14
2 files changed, 5 insertions, 12 deletions
diff --git a/time/sunbird/Makefile b/time/sunbird/Makefile
index 351fa8a6278..a758416408b 100644
--- a/time/sunbird/Makefile
+++ b/time/sunbird/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/03/02 09:34:17 ghen Exp $
+# $NetBSD: Makefile,v 1.6 2009/03/18 00:08:39 abs Exp $
MOZILLA= sunbird
+PKGREVISION= 1
COMMENT= Mozilla stand-alone calendar application
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common
index e0b9e9da947..3d5363e9a9c 100644
--- a/time/sunbird/Makefile-sunbird.common
+++ b/time/sunbird/Makefile-sunbird.common
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile-sunbird.common,v 1.12 2007/12/22 07:22:10 obache Exp $
+# $NetBSD: Makefile-sunbird.common,v 1.13 2009/03/18 00:08:39 abs Exp $
+# used by time/sunbird/Makefile
MOZILLA_BIN= sunbird-bin
MOZ_VER= 0.3.1
@@ -16,20 +17,11 @@ DISTINFO_FILE= ${.CURDIR}/../../time/sunbird/distinfo
PATCHDIR= ${.CURDIR}/../../time/sunbird/patches
CONFIGURE_ARGS+= --enable-application=calendar
-CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest
CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/compreg.dat
CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat
-.include "../../mk/bsd.prefs.mk"
-
-CONFIG_GUESS_OVERRIDE+= */*/*/*/config.guess
-CONFIG_SUB_OVERRIDE+= */*/*/*/config.sub
-
-post-install:
- cd ${PREFIX}/lib/${MOZILLA} && \
- ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \
- ./${MOZILLA_BIN} -register
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../www/seamonkey/Makefile.common"