diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-07 07:11:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-07 07:11:16 +0000 |
commit | d9ebb92f3d48b3340ef499a21956046109afc04b (patch) | |
tree | 6b3a647092ff1c2177c02271a0675333fe7a6515 /textproc/ripole | |
parent | 486bebf7153d51871592d480721d7f3c6540c631 (diff) | |
download | ports-d9ebb92f3d48b3340ef499a21956046109afc04b.tar.gz ports-d9ebb92f3d48b3340ef499a21956046109afc04b.zip |
Notes
Diffstat (limited to 'textproc/ripole')
-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 |