Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 21:18:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523175 - head/sysutils/rw
Message-ID:  <202001152118.00FLIEua063920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 21:18:14 2020
New Revision: 523175
URL: https://svnweb.freebsd.org/changeset/ports/523175

Log:
  Remove bad usage of MANDIRS
  
  The original intent is not needed anymore anyway

Modified:
  head/sysutils/rw/Makefile

Modified: head/sysutils/rw/Makefile
==============================================================================
--- head/sysutils/rw/Makefile	Wed Jan 15 21:17:51 2020	(r523174)
+++ head/sysutils/rw/Makefile	Wed Jan 15 21:18:14 2020	(r523175)
@@ -13,9 +13,7 @@ COMMENT=	Simple replacement for dd wth standard comman
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PLIST_FILES=	bin/rw man/man1/rw.1.gz
-
-MAKE_ENV=	MANDIR=${MANDIRS}
+PLIST_FILES=	bin/rw share/man/man1/rw.1.gz
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001152118.00FLIEua063920>