From fc11ded220bc651448b5ada29352a3cedd5f4ede Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 7 Oct 2005 07:11:16 +0000 Subject: Update textproc/ripole to 0.1.5 PR: 87009 Submitted by: Freddie Cash (maintainer) Approved by: novel (mentor) --- textproc/ripole/Makefile | 14 +++++++------- textproc/ripole/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'textproc') diff --git a/textproc/ripole/Makefile b/textproc/ripole/Makefile index f578c7c15153..332b8b1af591 100644 --- a/textproc/ripole/Makefile +++ b/textproc/ripole/Makefile @@ -5,23 +5,23 @@ # $FreeBSD$ PORTNAME= ripole -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= textproc MASTER_SITES= http://www.pldaniels.com/ripole/ -#DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= fcash@sd73.bc.ca COMMENT= A small program designed to pull attachments out of OLE2 documents -CONFLICTS= ripole-devel-* -LATEST_LINK= ripole +USE_REINPLACE= yes + ALL_TARGET= default PLIST_FILES= bin/ripole -.include +post-patch: + @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin/ripole + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include +.include diff --git a/textproc/ripole/distinfo b/textproc/ripole/distinfo index 83adbdd74b4b..01f1e5638bc0 100644 --- a/textproc/ripole/distinfo +++ b/textproc/ripole/distinfo @@ -1,2 +1,2 @@ -MD5 (ripole-0.1.4.tar.gz) = 0db3547a509eec5e290c47f855a25c87 -SIZE (ripole-0.1.4.tar.gz) = 25386 +MD5 (ripole-0.1.5.tar.gz) = aea898135f9ac5435e4e8cbc325092ad +SIZE (ripole-0.1.5.tar.gz) = 25664 -- cgit