From owner-svn-ports-head@FreeBSD.ORG Mon Jun 9 21:09:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09B02E93; Mon, 9 Jun 2014 21:09:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAD9822D7; Mon, 9 Jun 2014 21:09:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59L943U035174; Mon, 9 Jun 2014 21:09:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59L94Tr035170; Mon, 9 Jun 2014 21:09:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406092109.s59L94Tr035170@svn.freebsd.org> From: Antoine Brodin Date: Mon, 9 Jun 2014 21:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357207 - in head/mail/gnarwl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 21:09:05 -0000 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