diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 17:49:34 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 17:49:34 +0000 |
commit | 5021dac9eb0eeb411371bce87be7696d8bf8e329 (patch) | |
tree | b14634f6383e429a8e6ccaa730f007c230e75c00 /misc/compat7x | |
parent | c4b2f3ab829ca1eea64945327fae692d3753ca69 (diff) |
Notes
Diffstat (limited to 'misc/compat7x')
-rw-r--r-- | misc/compat7x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile index 269a6b0d237c..4349314f7c98 100644 --- a/misc/compat7x/Makefile +++ b/misc/compat7x/Makefile @@ -7,6 +7,7 @@ PORTNAME= compat7x PORTVERSION= 7.3.703000.201008 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -36,7 +37,7 @@ USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: - @${MKDIR} ${TARGET_DIR} + @${MKDIR} -m 0755 ${TARGET_DIR} (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) (cd ${TARGET_DIR} && ${LN} -sf /lib/libthr.so.3 libkse.so.3) .if ${ARCH} == amd64 |