diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-07 15:11:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-07 15:11:16 +0800 |
commit | fc11ded220bc651448b5ada29352a3cedd5f4ede (patch) | |
tree | 62878fa5995d2f3f8d1112b9a2837c079c036779 /textproc | |
parent | 71384ed21169aceda5affae71c4cd5cbb81014fd (diff) | |
download | freebsd-ports-gnome-fc11ded220bc651448b5ada29352a3cedd5f4ede.tar.gz freebsd-ports-gnome-fc11ded220bc651448b5ada29352a3cedd5f4ede.tar.zst freebsd-ports-gnome-fc11ded220bc651448b5ada29352a3cedd5f4ede.zip |
Update textproc/ripole to 0.1.5
PR: 87009
Submitted by: Freddie Cash <fcash@ocis.net> (maintainer)
Approved by: novel (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ripole/Makefile | 14 | ||||
-rw-r--r-- | textproc/ripole/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
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 <bsd.port.pre.mk> +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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 |