Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 20:26:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367605 - head/audio/tosha/files
Message-ID:  <201409072026.s87KQtm9088774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 20:26:55 2014
New Revision: 367605
URL: http://svnweb.freebsd.org/changeset/ports/367605
QAT: https://qat.redports.org/buildarchive/r367605/

Log:
  Allow staging as a regular user

Modified:
  head/audio/tosha/files/patch-Makefile

Modified: head/audio/tosha/files/patch-Makefile
==============================================================================
--- head/audio/tosha/files/patch-Makefile	Sun Sep  7 20:21:34 2014	(r367604)
+++ head/audio/tosha/files/patch-Makefile	Sun Sep  7 20:26:55 2014	(r367605)
@@ -1,19 +1,21 @@
---- Makefile.orig	1998-12-16 13:34:09.000000000 +0100
-+++ Makefile	2014-02-16 12:07:47.814820287 +0100
-@@ -54,14 +54,10 @@
+--- Makefile.orig	1998-12-16 12:34:09 UTC
++++ Makefile
+@@ -53,15 +53,10 @@
+ 	$(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o
  
  install:	$(BINS)
- 	strip $(BINS)
+-	strip $(BINS)
 -	install -s -g bin -o bin -m 755 $(BINS) $(BINDIR)
 -	install -c -g bin -o bin -m 644 tosharc $(ETCDIR)
-+	install -s -g bin -o bin -m 755 $(BINS) $(DESTDIR)$(BINDIR)
-+	install -c -g bin -o bin -m 644 tosharc $(DESTDIR)$(ETCDIR)
- 	install -c -g bin -o bin -m 644 tosha.1 pcmplay.1 pcmfade.1 \
+-	install -c -g bin -o bin -m 644 tosha.1 pcmplay.1 pcmfade.1 \
 -		$(MANDIR)/man1
 -.if !defined(NOMANCOMPRESS)
 -	cd $(MANDIR)/man1 ; \
 -	$(GZIP_CMD) tosha.1 pcmplay.1 pcmfade.1
 -.endif
++	$(BSD_INSTALL_PROGRAM) $(BINS) $(DESTDIR)$(BINDIR)
++	$(BSD_INSTALL_DATA) tosharc $(DESTDIR)$(ETCDIR)
++	$(BSD_INSTALL_MAN) tosha.1 pcmplay.1 pcmfade.1 \
 +		$(DESTDIR)$(MANDIR)/man1
  
  clean:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409072026.s87KQtm9088774>