diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 02:11:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 02:11:23 +0000 |
commit | 2c81fe4510ff95d8a2f9a9082b9186f35da1eb67 (patch) | |
tree | f12d8f5ded7026bb8bbb274813ee0b2f842aafd1 /www/seamonkey | |
parent | 636b0ae1fea4b74f0cd4bf63fa3554463aaba74d (diff) | |
download | ports-2c81fe4510ff95d8a2f9a9082b9186f35da1eb67.tar.gz ports-2c81fe4510ff95d8a2f9a9082b9186f35da1eb67.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 97ad72c77fd3..cb1eeec7f61a 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.8.a5 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -293,8 +293,9 @@ pre-install: break; \ fi; \ done; \ - ${ECHO_CMD} @dirrm lib/browser_plugins >> ${PLIST} ; \ fi + ${ECHO_CMD} lib/browser_plugins/.${PORTNAME}.keep >> ${PLIST} + ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/browser_plugins 2>/dev/null || ${TRUE}" >> ${PLIST} ${ECHO_CMD} lib/${MOZILLA}/mozilla >> ${PLIST} ${ECHO_CMD} lib/${MOZILLA}/mozilla-config >> ${PLIST} .if !defined(WITHOUT_MAILNEWS) @@ -328,6 +329,7 @@ do-install: if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \ ${MKDIR} ${PREFIX}/lib/browser_plugins ; \ fi + ${TOUCH} -f ${PREFIX}/lib/browser_plugins/.${PORTNAME}.keep if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ for jpi in ${JPI_LIST}; do \ if [ -f $${jpi} ]; then \ |