diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:52 +0000 |
commit | de2e1ea31469736f6fa526825b3e0961214aa7cf (patch) | |
tree | 49a590a0008410cf3cd8298655701304271c41b0 /textproc/replaceit | |
parent | - Fix MASTER_SITES (diff) |
- Update to 1.0.1
PR: 164168
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=289959
Diffstat (limited to 'textproc/replaceit')
-rw-r--r-- | textproc/replaceit/Makefile | 16 | ||||
-rw-r--r-- | textproc/replaceit/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/replaceit/Makefile b/textproc/replaceit/Makefile index b9d4f32974d1..db94ded53952 100644 --- a/textproc/replaceit/Makefile +++ b/textproc/replaceit/Makefile @@ -6,25 +6,27 @@ # PORTNAME= replaceit -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= http://pldaniels.com/replaceit/ MAINTAINER= ports@FreeBSD.org COMMENT= A light replacement to the combination of sed/awk/grep/head/tail +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + +MAKE_ARGS= CC="${CC}" PRF="${CFLAGS}" + +PORTDOCS= CHANGELOG README PLIST_FILES= bin/replaceit -PORTDOCS= CHANGELOG INSTALL LICENSE README do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin - -post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff --git a/textproc/replaceit/distinfo b/textproc/replaceit/distinfo index 05453d752d40..f556ae96d52c 100644 --- a/textproc/replaceit/distinfo +++ b/textproc/replaceit/distinfo @@ -1,2 +1,2 @@ -SHA256 (replaceit-1.0.0.tar.gz) = ef260f3eab4d31a4ea6f8343c2bb6fec2655bfaa6734a22d77a2366530f60fff -SIZE (replaceit-1.0.0.tar.gz) = 4589 +SHA256 (replaceit-1.0.1.tar.gz) = 6170b19ba5b5e9c3e9aa379adfc232e0841171de9227e11cbe8a839c6a3d108a +SIZE (replaceit-1.0.1.tar.gz) = 5035 |