diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 11:23:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 11:23:40 +0000 |
commit | 4731f86c15a17559627ca70c95f2b33c608acd1f (patch) | |
tree | 612b7918649de2e075036de3f93aeed7ffc62f39 /graphics | |
parent | Add evil/acidwarp, an SVGAlib-based, psychedelic math art demo (diff) |
mode 1755 -> 4755
Notes
Notes:
svn path=/head/; revision=34097
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} |