aboutsummaryrefslogtreecommitdiff
path: root/net/rude
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 18:03:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 18:03:46 +0000
commit2e94b5b2f806498b08673a48330f10d302686deb (patch)
tree1208cda3b0b966991d5207071a2695ff8bc3b404 /net/rude
parent652fded2d2700f37b242df5b7b02c517a9930274 (diff)
downloadports-2e94b5b2f806498b08673a48330f10d302686deb.tar.gz
ports-2e94b5b2f806498b08673a48330f10d302686deb.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367367
Diffstat (limited to 'net/rude')
-rw-r--r--net/rude/files/patch-crude__Makefile.in19
-rw-r--r--net/rude/files/patch-rude__Makefile.in19
2 files changed, 10 insertions, 28 deletions
diff --git a/net/rude/files/patch-crude__Makefile.in b/net/rude/files/patch-crude__Makefile.in
index 82e1ddfe262a..be13587f6a44 100644
--- a/net/rude/files/patch-crude__Makefile.in
+++ b/net/rude/files/patch-crude__Makefile.in
@@ -1,21 +1,12 @@
---- crude/Makefile.in.orig 2002-06-13 20:15:20.000000000 +0800
-+++ crude/Makefile.in 2014-08-27 22:10:52.119765569 +0800
-@@ -19,7 +19,7 @@ mandir = @mandir@/man8
- sbindir = @sbindir@
- srcdir = @srcdir@
-
--INSTALL = @INSTALL@ -o root -g root -m 0755
-+INSTALL = @INSTALL@ -o root -g wheel -m 0755
- VPATH = @srcdir@
-
- CC = @CC@
-@@ -50,7 +50,7 @@ distclean:
+--- crude/Makefile.in.orig 2002-06-13 12:15:20 UTC
++++ crude/Makefile.in
+@@ -50,7 +50,7 @@
install: crude
@if [ ! -d $(bindir) ]; then mkdir -m 0755 $(bindir); fi;
- $(INSTALL) crude $(bindir)
-+ $(INSTALL) crude $(DESTDIR)$(bindir)
++ $(BSD_INSTALL_PROGRAM) crude $(DESTDIR)$(bindir)
@if [ ! -d $(mandir) ]; then mkdir -m 0755 $(mandir); fi;
- $(INSTALL) crude.8 $(mandir)
-+ $(INSTALL) crude.8 $(DESTDIR)$(mandir)
++ $(BSD_INSTALL_MAN) crude.8 $(DESTDIR)$(mandir)
##############################################################################
diff --git a/net/rude/files/patch-rude__Makefile.in b/net/rude/files/patch-rude__Makefile.in
index 522169cedb7b..d0b69dbe2b71 100644
--- a/net/rude/files/patch-rude__Makefile.in
+++ b/net/rude/files/patch-rude__Makefile.in
@@ -1,23 +1,14 @@
---- rude/Makefile.in.orig 2002-06-13 20:15:21.000000000 +0800
-+++ rude/Makefile.in 2014-08-27 22:09:51.580787385 +0800
-@@ -19,7 +19,7 @@ mandir = @mandir@/man8
- sbindir = @sbindir@
- srcdir = @srcdir@
-
--INSTALL = @INSTALL@ -o root -g root -m 0755
-+INSTALL = @INSTALL@ -o root -g wheel -m 0755
- VPATH = @srcdir@
-
- CC = @CC@
-@@ -50,9 +50,9 @@ distclean:
+--- rude/Makefile.in.orig 2002-06-13 12:15:21 UTC
++++ rude/Makefile.in
+@@ -50,9 +50,9 @@
install: rude
@if [ ! -d $(bindir) ]; then mkdir -m 0755 $(bindir); fi;
- $(INSTALL) rude $(bindir)
-+ $(INSTALL) rude $(DESTDIR)$(bindir)
++ $(BSD_INSTALL_PROGRAM) rude $(DESTDIR)$(bindir)
@if [ ! -d $(mandir) ]; then mkdir -m 0755 $(mandir); fi;
- $(INSTALL) rude.8 $(mandir)
-+ $(INSTALL) rude.8 $(DESTDIR)$(mandir)
++ $(BSD_INSTALL_MAN) rude.8 $(DESTDIR)$(mandir)
##############################################################################