diff options
-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} |