aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hfs
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-14 21:48:31 +0800
committerats <ats@FreeBSD.org>1995-01-14 21:48:31 +0800
commitb0326d2b6fc89da89ada18aebf971e95b6fbdc18 (patch)
tree1460841a76c23915682a19333ed511c849389064 /emulators/hfs
parentbf4c18e4fe343a4f9dc27ad502689bddc5b2d7ae (diff)
downloadfreebsd-ports-gnome-b0326d2b6fc89da89ada18aebf971e95b6fbdc18.tar.gz
freebsd-ports-gnome-b0326d2b6fc89da89ada18aebf971e95b6fbdc18.tar.zst
freebsd-ports-gnome-b0326d2b6fc89da89ada18aebf971e95b6fbdc18.zip
Don't have a program installed SUID per default unless there is a very
good reason. Delete the SUID and root setting, if someone needs it this ways, he should do it on his own system. But it shouldn't be the default.
Diffstat (limited to 'emulators/hfs')
-rw-r--r--emulators/hfs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 7f1e60039312..58a8acbb1d97 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -7,8 +7,3 @@ USE_GMAKE= yes
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
-
-install:
- @chown root ${PREFIX}/bin/hfs
- @chmod u+s ${PREFIX}/bin/hfs
-