diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-12-22 15:12:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-12-22 15:12:55 +0000 |
commit | 2b998f1a611043553e9dffdaa172058dc0700af3 (patch) | |
tree | 2a65ce3a68fa19c9f3e3f7b84569fb441a6acfa5 /misc/compat5x | |
parent | 4fcc895b0755902773acec898654debdd012d660 (diff) | |
download | ports-2b998f1a611043553e9dffdaa172058dc0700af3.tar.gz ports-2b998f1a611043553e9dffdaa172058dc0700af3.zip |
Drop schg file flag.
Notes
Notes:
svn path=/head/; revision=204349
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 62bed86c29bb..67a9c4f7d8c3 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -11,7 +11,7 @@ PORTNAME= compat5x PORTVERSION= 5.4.0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lesi/compat5x @@ -68,6 +68,9 @@ PLIST_SUB+= SPARC64="" PLIST_SUB+= SPARC64="@comment " .endif +post-extract: + @chflags -R noschg ${WRKSRC} || ${TRUE} + do-install: @${MKDIR} ${TARGET_DIR} (cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) @@ -85,7 +88,4 @@ post-install: install-ldconfig-file .endif @${CAT} ${PKGMESSAGE} -pre-clean: - @[ -w ${WRKSRC} ] && chflags -R noschg ${WRKSRC} || ${TRUE} - .include <bsd.port.post.mk> |