Date: Mon, 9 Jun 2014 21:09:04 +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: r357207 - in head/mail/gnarwl: . files Message-ID: <201406092109.s59L94Tr035170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jun 9 21:09:04 2014 New Revision: 357207 URL: http://svnweb.freebsd.org/changeset/ports/357207 QAT: https://qat.redports.org/buildarchive/r357207/ Log: Finish stage support Added: head/mail/gnarwl/files/patch-src__Makefile (contents, props changed) Modified: head/mail/gnarwl/pkg-plist Added: head/mail/gnarwl/files/patch-src__Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/gnarwl/files/patch-src__Makefile Mon Jun 9 21:09:04 2014 (r357207) @@ -0,0 +1,13 @@ +--- ./src/Makefile.orig 2005-03-13 14:30:54.000000000 +0000 ++++ ./src/Makefile 2014-06-09 20:56:55.000000000 +0000 +@@ -14,7 +14,7 @@ + rm -f DEADJOE *.o *~ $(BIN) $(SBIN) + + install: +- mkdir -m 755 -p $(BINDIR) $(SBINDIR) +- install -m 755 -s $(BIN) $(BINDIR) +- install -m 755 -s $(SBIN) $(SBINDIR) ++ mkdir -m 755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) ++ install -m 755 -s $(BIN) $(DESTDIR)$(BINDIR) ++ install -m 755 -s $(SBIN) $(DESTDIR)$(SBINDIR) + Modified: head/mail/gnarwl/pkg-plist ============================================================================== --- head/mail/gnarwl/pkg-plist Mon Jun 9 21:04:10 2014 (r357206) +++ head/mail/gnarwl/pkg-plist Mon Jun 9 21:09:04 2014 (r357207) @@ -1,5 +1,7 @@ bin/gnarwl etc/gnarwl.cfg.sample +man/man8/damnit.8.gz +man/man8/gnarwl.8.gz sbin/damnit %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/FAQ.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406092109.s59L94Tr035170>