From owner-svn-ports-head@FreeBSD.ORG Sun Jan 19 18:53:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86C588C2; Sun, 19 Jan 2014 18:53:47 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72F2C13D2; Sun, 19 Jan 2014 18:53:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0JIrlHi049749; Sun, 19 Jan 2014 18:53:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0JIrlaI049748; Sun, 19 Jan 2014 18:53:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401191853.s0JIrlaI049748@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 19 Jan 2014 18:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340338 - head/astro/dgpsip 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.17 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: Sun, 19 Jan 2014 18:53:47 -0000 Author: bapt Date: Sun Jan 19 18:53:46 2014 New Revision: 340338 URL: http://svnweb.freebsd.org/changeset/ports/340338 QAT: https://qat.redports.org/buildarchive/r340338/ Log: Support stage Modified: head/astro/dgpsip/Makefile Modified: head/astro/dgpsip/Makefile ============================================================================== --- head/astro/dgpsip/Makefile Sun Jan 19 18:53:25 2014 (r340337) +++ head/astro/dgpsip/Makefile Sun Jan 19 18:53:46 2014 (r340338) @@ -10,9 +10,8 @@ MAINTAINER= jharris@widomaker.com COMMENT= Differential GPS over IP communication device GNU_CONFIGURE= yes -NO_STAGE= yes -MAN1= dgpsip.1 -PLIST_FILES= bin/dgpsip +PLIST_FILES= bin/dgpsip \ + man/man1/dgpsip.1.gz .include