1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/oproute/Makefile
Ying-Chieh Liao e28630ead2 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39668
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-23 06:04:01 +00:00

23 lines
419 B
Makefile

# ex:ts=8
# New ports collection makefile for: oproute
# Date created: Mar 3, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= oproute
PORTVERSION= 0.7
CATEGORIES= net
MASTER_SITES= ftp://ftp.opnix.com/oproute/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>