diff options
Diffstat (limited to 'www/linux-seamonkey/Makefile.common')
-rw-r--r-- | www/linux-seamonkey/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common index ace1516151fc..82f389b301a9 100644 --- a/www/linux-seamonkey/Makefile.common +++ b/www/linux-seamonkey/Makefile.common @@ -67,7 +67,7 @@ do-install: # Keep empty directories with pkg_* tools .if !target(post-extract-script) post-extract-script: - @if [ "${PKG_BIN:T}" != "pkg" ]; then \ + @if [ "${PKG_BIN:T}" != "pkg-static" ]; then \ for d in $$(${FIND} ${WRKSRC} -type d -empty); do \ ${TOUCH} $$d/.keep_me; \ ${ECHO_CMD} lib/${APP_NAME}/$${d#${WRKSRC}/}/.keep_me \ |