diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 20:53:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 20:53:17 +0000 |
commit | 4a2206749eb31a9e6a8eebd4c0c000fdf020a58d (patch) | |
tree | 28a5d233d33f206f2a65975f68689f10ae34ec5a /mail/ripmime | |
parent | 7223bd544460c230e987c9504c013026d678264a (diff) | |
download | ports-4a2206749eb31a9e6a8eebd4c0c000fdf020a58d.tar.gz ports-4a2206749eb31a9e6a8eebd4c0c000fdf020a58d.zip |
Notes
Diffstat (limited to 'mail/ripmime')
-rw-r--r-- | mail/ripmime/Makefile | 6 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 85bb1463947a..4e219f63ff64 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -6,14 +6,16 @@ # PORTNAME= ripmime -PORTVERSION= 1.0.6 +PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= http://www.pldaniels.com/ripmime/ MAINTAINER= jus@security.za.net pre-build: - @${PERL} -pi -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile + @${PERL} -pi -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!; \ + s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \ + ${WRKSRC}/Makefile post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo index 663dd1ebea19..b536ddbcf007 100644 --- a/mail/ripmime/distinfo +++ b/mail/ripmime/distinfo @@ -1 +1 @@ -MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1 +MD5 (ripmime-1.2.3.tar.gz) = 1223b804d1f65397cc93fe9418c2e902 |