From owner-svn-ports-head@FreeBSD.ORG Tue Oct 29 21:45:26 2013 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 ESMTP id 73C4D1E8; Tue, 29 Oct 2013 21:45:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) 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 606A72AB9; Tue, 29 Oct 2013 21:45:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TLjQo4049830; Tue, 29 Oct 2013 21:45:26 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9TLjQgE049829; Tue, 29 Oct 2013 21:45:26 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201310292145.r9TLjQgE049829@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 29 Oct 2013 21:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332015 - in head/sysutils/symlinks: . 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.14 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: Tue, 29 Oct 2013 21:45:26 -0000 Author: olgeni Date: Tue Oct 29 21:45:25 2013 New Revision: 332015 URL: http://svnweb.freebsd.org/changeset/ports/332015 Log: Add staging support. Deleted: head/sysutils/symlinks/files/patch-ab Modified: head/sysutils/symlinks/Makefile Modified: head/sysutils/symlinks/Makefile ============================================================================== --- head/sysutils/symlinks/Makefile Tue Oct 29 21:45:12 2013 (r332014) +++ head/sysutils/symlinks/Makefile Tue Oct 29 21:45:25 2013 (r332015) @@ -1,17 +1,20 @@ # Created by: Andreas Klemm # $FreeBSD$ -PORTNAME= symlinks -PORTVERSION= 1.4 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SUNSITE} +PORTNAME= symlinks +PORTVERSION= 1.4 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/file MAINTAINER= olgeni@FreeBSD.org COMMENT= Symbolic link maintenance utility -MAN8= symlinks.8 -PLIST_FILES= bin/symlinks +PLIST_FILES= bin/symlinks \ + man/man8/symlinks.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/symlinks ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/symlinks.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 -NO_STAGE= yes .include