freebsd-ports/mail/ripmime/Makefile
Edwin Groothuis 5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00

25 lines
501 B
Makefile

# New ports collection Makefile for: RipMIME
# Date created: 16th March 2001
# Whom: Justin Stanford <jus@security.za.net>
#
# $FreeBSD$
#
PORTNAME= ripmime
PORTVERSION= 1.2.8
CATEGORIES= mail
MASTER_SITES= http://www.pldaniels.com/ripmime/
MAINTAINER= jus@security.za.net
USE_REINPLACE= yes
pre-build:
@${REINPLACE_CMD} -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!; \
s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \
${WRKSRC}/Makefile
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>