Author: flo
Date: Sat Jul 23 01:28:25 2011
New Revision: 595

Log:
fix plisth when WITH_LIGHTNING is selected

Modified:
   branches/experimental/www/seamonkey/Makefile

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile        Sat Jul 23 01:06:07 
2011        (r594)
+++ branches/experimental/www/seamonkey/Makefile        Sat Jul 23 01:28:25 
2011        (r595)
@@ -157,6 +157,10 @@
 pre-install:
        ${ECHO_CMD} share/applications/seamonkey.desktop >> ${PLIST}
        ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || 
${TRUE}" >> ${PLIST}
+.if defined(WITH_LIGHTNING)
+       @${PRINTF} '%s/lightning-${PORTNAME}.xpi\n@dirrmtry %s\n' \
+               ${LIGHTNING_DIR} ${LIGHTNING_DIR} >> ${PLIST}
+.endif
 
 do-install:
        ${MKDIR} ${PREFIX}/share/applications
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to