diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-22 11:23:40 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-22 11:23:40 +0000 |
commit | 10801a67b8f2a6b4f16464455287a42724ee0a30 (patch) | |
tree | 3ba4e7c243939291eb52c4349c6363557bf3093c /graphics/acidwarp | |
parent | 95e17ef699a6393bb3a5244199c96d89a75ae23a (diff) | |
download | FreeBSD-ports-10801a67b8f2a6b4f16464455287a42724ee0a30.zip FreeBSD-ports-10801a67b8f2a6b4f16464455287a42724ee0a30.tar.gz |
mode 1755 -> 4755
Diffstat (limited to 'graphics/acidwarp')
-rw-r--r-- | graphics/acidwarp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index c8db444..390f246 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -37,7 +37,7 @@ pre-install: .endif do-install: - ${INSTALL} -c -g wheel -o root -m 1755 ${WRKSRC}/acidwarp ${PREFIX}/bin + ${INSTALL} -c -g wheel -o root -m 4755 ${WRKSRC}/acidwarp ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/acidwarp .for i in ${DOCFILES} |