View | Details | Raw Unified | Return to bug 227608
Collapse All | Expand All

(-)sysutils/rw/Makefile (-5 / +5 lines)
Lines 1-21 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	rw
3
PORTNAME=	rw
4
PORTVERSION=	1.0
4
DISTVERSION=	1.0
5
PORTREVISION=	1
5
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
6
MASTER_SITES=	https://sortix.org/rw/release/
7
MASTER_SITES=	https://sortix.org/rw/release/
7
DISTNAME=	rw-portable-${PORTVERSION}
8
DISTNAME=	rw-portable-${DISTVERSION}
8
9
9
MAINTAINER=	jsmith@resonatingmedia.com
10
MAINTAINER=	jsmith@resonatingmedia.com
10
COMMENT=	Simple replacement for dd wth standard command line flags
11
COMMENT=	Simple replacement for dd wth standard command line flags
11
12
12
LICENSE=	ISCL
13
LICENSE=	ISCL
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
15
14
PLIST_FILES=	bin/rw man/man1/rw.1.gz
16
PLIST_FILES=	bin/rw man/man1/rw.1.gz
15
17
16
pre-patch:
18
MAKE_ENV=	MANDIR=${MANDIRS}
17
	@${REINPLACE_CMD} -e 's|$$(PREFIX)/share|$$(PREFIX)|' \
18
	  	${WRKSRC}/Makefile
19
19
20
post-install:
20
post-install:
21
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
21
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

Return to bug 227608