svn commit: r523175 - head/sysutils/rw
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 15 21:18:15 UTC 2020
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}
More information about the svn-ports-all
mailing list