freebsd-ports/www/mdw/Makefile
Edwin Groothuis ce01cce771 Updated RE to match sed.
Noticed by: bento
2002-11-05 02:39:22 +00:00

28 lines
548 B
Makefile

# New ports collection makefile for: mdw
# Date created: 5 July 2001
# Whom: petef@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mdw
PORTVERSION= 1.0
CATEGORIES= www
MASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/
MAINTAINER= petef@FreeBSD.org
USE_AUTOCONF= yes
USE_REINPLACE= yes
MAN1= mdw.1
post-patch:
@${REINPLACE_CMD} -e 's!quite!quiet!g; s!.BR md5sum (1),!!' \
${WRKSRC}/doc/mdw.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/mdw
${INSTALL_DATA} ${WRKSRC}/doc/example.sh ${PREFIX}/share/examples/mdw
.include <bsd.port.mk>