diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /textproc/2bsd-diff | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'textproc/2bsd-diff')
-rw-r--r-- | textproc/2bsd-diff/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/2bsd-diff/Makefile b/textproc/2bsd-diff/Makefile index 5138a66c08ea..7dfc2b9dba24 100644 --- a/textproc/2bsd-diff/Makefile +++ b/textproc/2bsd-diff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 2bsd-diff -# Date created: Mon Mar 17 20:54:03 EST 2003 -# Whom: risner@stdio.com -# +# Created by: risner@stdio.com # $FreeBSD$ -# PORTNAME= diff PORTVERSION= 2.11 @@ -17,7 +13,7 @@ DISTNAME= file8 MAINTAINER= risner@stdio.com COMMENT= 2.11BSD diff utility -EXTRACT_AFTER_ARGS= | ${TAR} -xf - bin/diff man/man1/diff.1 +EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1 WRKSRC= ${WRKDIR}/bin/diff MAN1= 2diff.1 |