From owner-svn-ports-head@freebsd.org Sat May 5 05:12:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06303FCA293; Sat, 5 May 2018 05:12:29 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A99487AAE3; Sat, 5 May 2018 05:12:28 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A431C19510; Sat, 5 May 2018 05:12:28 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w455CSkf089519; Sat, 5 May 2018 05:12:28 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w455CSl5089518; Sat, 5 May 2018 05:12:28 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805050512.w455CSl5089518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 5 May 2018 05:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469086 - head/sysutils/rw X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/sysutils/rw X-SVN-Commit-Revision: 469086 X-SVN-Commit-Repository: ports 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.25 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: Sat, 05 May 2018 05:12:29 -0000 Author: riggs Date: Sat May 5 05:12:28 2018 New Revision: 469086 URL: https://svnweb.freebsd.org/changeset/ports/469086 Log: Makefile cleanup Details: - Add LICENSE_FILE - Use DISTVERSION instead of PORTVERSION - Set the directory to install the manual in via MAKE_ENV and MANDIRS instead of REINPLACE_CMD during the pre-patch target. - Bump PORTREVISION PR: 227608 Submitted by: 0mp Approved by: maintainer timeout Modified: head/sysutils/rw/Makefile Modified: head/sysutils/rw/Makefile ============================================================================== --- head/sysutils/rw/Makefile Sat May 5 03:48:11 2018 (r469085) +++ head/sysutils/rw/Makefile Sat May 5 05:12:28 2018 (r469086) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= rw -PORTVERSION= 1.0 +DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://sortix.org/rw/release/ -DISTNAME= rw-portable-${PORTVERSION} +DISTNAME= rw-portable-${DISTVERSION} MAINTAINER= jsmith@resonatingmedia.com COMMENT= Simple replacement for dd wth standard command line flags LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/rw man/man1/rw.1.gz -pre-patch: - @${REINPLACE_CMD} -e 's|$$(PREFIX)/share|$$(PREFIX)|' \ - ${WRKSRC}/Makefile +MAKE_ENV= MANDIR=${MANDIRS} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}