mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
31 lines
636 B
Makefile
31 lines
636 B
Makefile
|
# New ports collection makefile for: 2bsd-diff
|
||
|
# Date created: Mon Mar 17 20:54:03 EST 2003
|
||
|
# Whom: risner@stdio.com
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= diff
|
||
|
PORTVERSION= 2.11
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= http://www.tribug.org/pub/tuhs/PDP-11/Distributions/ucb/2.11BSD/
|
||
|
PKGNAMEPREFIX= 2bsd-
|
||
|
DISTNAME= file8
|
||
|
|
||
|
MAINTAINER= risner@stdio.com
|
||
|
COMMENT= 2.11BSD diff utility
|
||
|
|
||
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - bin/diff man/man1/diff.1
|
||
|
WRKSRC= ${WRKDIR}/bin/diff
|
||
|
|
||
|
USE_REINPLACE= YES
|
||
|
|
||
|
MAN1= 2diff.1
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||
|
${WRKSRC}/../../man/man1/diff.1
|
||
|
|
||
|
.include <bsd.port.mk>
|