diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-22 19:23:40 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-22 19:23:40 +0800 |
commit | 10801a67b8f2a6b4f16464455287a42724ee0a30 (patch) | |
tree | 3ba4e7c243939291eb52c4349c6363557bf3093c /graphics | |
parent | 95e17ef699a6393bb3a5244199c96d89a75ae23a (diff) | |
download | freebsd-ports-gnome-10801a67b8f2a6b4f16464455287a42724ee0a30.tar.gz freebsd-ports-gnome-10801a67b8f2a6b4f16464455287a42724ee0a30.tar.zst freebsd-ports-gnome-10801a67b8f2a6b4f16464455287a42724ee0a30.zip |
mode 1755 -> 4755
Diffstat (limited to 'graphics')
-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 c8db44418a0f..390f246d9f98 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} |