diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-03-26 04:58:06 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-03-26 04:58:06 +0000 |
commit | a238254750efeca714c46584438a420f7422be7f (patch) | |
tree | c17116ef54dfe36dd6d6d4bc3f8d29da3dc9f803 /misc/compat5x | |
parent | Use IPv4-mapped IPv6 sockets so that vino-server can become bilingual. (diff) |
Fix "make clean" error.
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index c9a6ce2c3a40..dc3d9ff8bdad 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -85,4 +85,7 @@ post-install: install-ldconfig-file .endif @${CAT} ${PKGMESSAGE} +pre-clean: + @[ -w ${WRKSRC} ] && chflags -R noschg ${WRKSRC} || ${TRUE} + .include <bsd.port.post.mk> |