Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2010 10:45:57 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r241 - branches/experimental/mail/thunderbird3-devel branches/experimental/www/seamonkey2 trunk/www/seamonkey2
Message-ID:  <201001211045.o0LAjvPl010725@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Jan 21 10:45:56 2010
New Revision: 241

Log:
- Remove superfluous symlink after real fix in bsd.gecko.mk

Modified:
   branches/experimental/mail/thunderbird3-devel/Makefile
   branches/experimental/www/seamonkey2/Makefile
   trunk/www/seamonkey2/Makefile

Modified: branches/experimental/mail/thunderbird3-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3-devel/Makefile	Thu Jan 21 10:43:57 2010	(r240)
+++ branches/experimental/mail/thunderbird3-devel/Makefile	Thu Jan 21 10:45:56 2010	(r241)
@@ -85,7 +85,6 @@
 post-extract::
 	${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \
 		<${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop
-	${LN} -s  ${WRKSRC}/mail ${WRKSRC}/mozilla/mail
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \

Modified: branches/experimental/www/seamonkey2/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2/Makefile	Thu Jan 21 10:43:57 2010	(r240)
+++ branches/experimental/www/seamonkey2/Makefile	Thu Jan 21 10:45:56 2010	(r241)
@@ -144,7 +144,6 @@
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		< ${FILESDIR}/seamonkey.desktop.in > \
 		${WRKDIR}/seamonkey.desktop
-	${LN} -s  ${WRKSRC}/suite ${WRKSRC}/mozilla/suite
 
 port-pre-install:
 	@${REINPLACE_CMD} -e 's|seamonkey-${PORTVERSION}|seamonkey|' \

Modified: trunk/www/seamonkey2/Makefile
==============================================================================
--- trunk/www/seamonkey2/Makefile	Thu Jan 21 10:43:57 2010	(r240)
+++ trunk/www/seamonkey2/Makefile	Thu Jan 21 10:45:56 2010	(r241)
@@ -144,7 +144,6 @@
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		< ${FILESDIR}/seamonkey.desktop.in > \
 		${WRKDIR}/seamonkey.desktop
-	${LN} -s  ${WRKSRC}/suite ${WRKSRC}/mozilla/suite
 
 port-pre-install:
 	@${REINPLACE_CMD} -e 's|seamonkey-${PORTVERSION}|seamonkey|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001211045.o0LAjvPl010725>