summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 14:27:37 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 14:27:37 +0800
commit008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75 (patch)
treeda9d7f72eaf2f22c7299f951d26de6f189833dc0
parenta81ce9bccce52eb8247fb5ce4b1da79824308ec3 (diff)
downloadmarcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar.gz
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar.bz2
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar.lz
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar.xz
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.tar.zst
marcuscom-ports-008d8f3f8921fc7b9be54a4953ab2e30fb9ccb75.zip
- Attempt to remove share/pixmaps
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7411 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/mozilla/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index bacc99fdd..d369eca65 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -4,7 +4,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/mozilla/Makefile.common,v 1.23 2006/07/27 17:56:34 marcus Exp $
+# $MCom: ports/www/mozilla/Makefile.common,v 1.24 2006/09/03 01:52:30 ahze Exp $
# This file contains some reusable components for mozilla ports. It's of
# use primarily to apps from the mozilla project itself (such as Firefox,
@@ -361,6 +361,7 @@ gecko-create-plist:
-e 's|${MOZILLA}-nspr = ${PORTVERSION}|nspr|' \
${FAKEDIR}/libdata/pkgconfig/${pcfile}.pc
.endfor
+ ${ECHO_CMD} "@dirrmtry share/pixmaps" >> ${PLIST}
${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST}
${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST}
${ECHO_CMD} "@unexec ${RMDIR} %D/share/idl 2>/dev/null || ${TRUE}" >> ${PLIST}