diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-19 11:09:47 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-19 11:09:47 +0000 |
commit | 9ba169f76e7311268be3f65e8d37362fc193ac71 (patch) | |
tree | f7c862dceb347ccc37558919c2292f9e4a1c3af7 /www/linux-seamonkey | |
parent | 9cdc02a73b1aaccfd28f270a751630d5ba7750d6 (diff) |
Notes
Diffstat (limited to 'www/linux-seamonkey')
-rw-r--r-- | www/linux-seamonkey/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common index b1d19e85a3a4..e0f7e57d203e 100644 --- a/www/linux-seamonkey/Makefile.common +++ b/www/linux-seamonkey/Makefile.common @@ -39,6 +39,9 @@ DESKTOP_SUFFIX?= (Linux) _A= >> ${TMPPLIST} _Q= 2>/dev/null || true +post-extract: + @${RM} -rf ${WRKSRC}/updates + .if ${CATEGORIES:Mwww} post-patch: @${ECHO} 'pref("general.useragent.vendor", "'${OPSYS}'");' >> ${PREFS_FILE} |