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

(-)Makefile (+10 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	replaceit
8
PORTNAME=	replaceit
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	1
10
CATEGORIES=	textproc
11
CATEGORIES=	textproc
11
MASTER_SITES=	http://pldaniels.com/replaceit/
12
MASTER_SITES=	http://pldaniels.com/replaceit/
12
13
Lines 14-21 Link Here
14
COMMENT=	A light replacement to the combination of sed/awk/grep/head/tail
15
COMMENT=	A light replacement to the combination of sed/awk/grep/head/tail
15
16
16
PLIST_FILES=	bin/replaceit
17
PLIST_FILES=	bin/replaceit
18
PORTDOCS=	CHANGELOG INSTALL LICENSE README
17
19
18
do-install:
20
do-install:
19
	@${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
21
	@${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
20
22
23
post-install:
24
.if !defined(NOPORTDOCS)
25
	@${MKDIR} ${DOCSDIR}
26
.for FILE in ${PORTDOCS}
27
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
28
.endfor
29
.endif
30
21
.include <bsd.port.mk>
31
.include <bsd.port.mk>

Return to bug 106206