From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 15:12:04 2014 Return-Path: Delivered-To: svn-ports-all@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 E4749953; Fri, 20 Jun 2014 15:12:04 +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 D0B7A2B50; Fri, 20 Jun 2014 15:12: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 s5KFC404062208; Fri, 20 Jun 2014 15:12:04 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KFC4uk062206; Fri, 20 Jun 2014 15:12:04 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406201512.s5KFC4uk062206@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 20 Jun 2014 15:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358587 - in head/net-mgmt/subcalc: . 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 15:12:05 -0000 Author: vanilla Date: Fri Jun 20 15:12:04 2014 New Revision: 358587 URL: http://svnweb.freebsd.org/changeset/ports/358587 QAT: https://qat.redports.org/buildarchive/r358587/ Log: Stagify. Approved by: portmgr@ Added: head/net-mgmt/subcalc/files/ head/net-mgmt/subcalc/files/patch-Makefile (contents, props changed) Modified: head/net-mgmt/subcalc/Makefile Modified: head/net-mgmt/subcalc/Makefile ============================================================================== --- head/net-mgmt/subcalc/Makefile Fri Jun 20 15:08:05 2014 (r358586) +++ head/net-mgmt/subcalc/Makefile Fri Jun 20 15:12:04 2014 (r358587) @@ -10,9 +10,6 @@ MASTER_SITE_SUBDIR= subcalc MAINTAINER= csjp@FreeBSD.org COMMENT= Advanced IP/IPv6 subnet calculation and discovery -MAN1= subcalc.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/subcalc +PLIST_FILES= bin/subcalc man/man1/subcalc.1.gz -NO_STAGE= yes .include Added: head/net-mgmt/subcalc/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/subcalc/files/patch-Makefile Fri Jun 20 15:12:04 2014 (r358587) @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-06-20 23:09:15.019376097 +0800 ++++ Makefile 2014-06-20 23:09:26.777375032 +0800 +@@ -15,8 +15,8 @@ subcalc: $(OBJS) + $(CC) -o $@ $(OBJS) $(LIBS) + + install: +- cp subcalc $(PREFIX)/bin +- cp subcalc.1.gz $(PREFIX)/man/man1/ ++ cp subcalc $(DESTDIR)$(PREFIX)/bin ++ cp subcalc.1.gz $(DESTDIR)$(PREFIX)/man/man1/ + + deinstall: + rm -f $(PREFIX)/man/man1/subcalc.1.gz