Date: Mon, 17 Feb 2014 13:46:27 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344747 - in head/textproc/2bsd-diff: . files Message-ID: <201402171346.s1HDkRRj067773@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Feb 17 13:46:27 2014 New Revision: 344747 URL: http://svnweb.freebsd.org/changeset/ports/344747 QAT: https://qat.redports.org/buildarchive/r344747/ Log: Convert to staging. Sponsored by: Absolight Deleted: head/textproc/2bsd-diff/pkg-plist Modified: head/textproc/2bsd-diff/Makefile head/textproc/2bsd-diff/files/patch-Makefile Modified: head/textproc/2bsd-diff/Makefile ============================================================================== --- head/textproc/2bsd-diff/Makefile Mon Feb 17 13:36:15 2014 (r344746) +++ head/textproc/2bsd-diff/Makefile Mon Feb 17 13:46:27 2014 (r344747) @@ -17,9 +17,8 @@ CFLAGS+= -Wno-error=return-type EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1 WRKSRC= ${WRKDIR}/bin/diff -MAN1= 2diff.1 +PLIST_FILES= bin/2diff libexec/2diffh man/man1/2diff.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/../../man/man1/diff.1 Modified: head/textproc/2bsd-diff/files/patch-Makefile ============================================================================== --- head/textproc/2bsd-diff/files/patch-Makefile Mon Feb 17 13:36:15 2014 (r344746) +++ head/textproc/2bsd-diff/files/patch-Makefile Mon Feb 17 13:46:27 2014 (r344747) @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Oct 22 13:29:46 1996 -+++ Makefile Wed Mar 19 01:29:12 2003 +--- ./Makefile.orig 1996-10-22 04:29:46.000000000 +0000 ++++ ./Makefile 2014-02-17 13:43:18.000000000 +0000 @@ -1,9 +1,9 @@ # @(#)Makefile 4.1.1 1996/10/21 # @@ -31,6 +31,6 @@ install: all - install -s diff ${DESTDIR}/bin/diff - install -s diffh ${DESTDIR}/usr/libexec/diffh -+ ${BSD_INSTALL_PROGRAM} diff ${DIFF} -+ ${BSD_INSTALL_PROGRAM} diffh ${DIFFH} -+ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${MANPREFIX}/man/man1/2diff.1 ++ ${BSD_INSTALL_PROGRAM} diff ${DESTDIR}${DIFF} ++ ${BSD_INSTALL_PROGRAM} diffh ${DESTDIR}${DIFFH} ++ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${DESTDIR}${MANPREFIX}/man/man1/2diff.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171346.s1HDkRRj067773>