freebsd-ports/sysutils/rw/Makefile
Baptiste Daroussin b0b0d9bdfc Remove bad usage of MANDIRS
The original intent is not needed anymore anyway
2020-01-15 21:18:14 +00:00

21 lines
451 B
Makefile

# $FreeBSD$
PORTNAME= rw
DISTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://sortix.org/rw/release/
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 share/man/man1/rw.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>