From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 09:52:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A967CB50; Mon, 16 Jun 2014 09:52:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95A1C2D3A; Mon, 16 Jun 2014 09:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5G9qKdq006505; Mon, 16 Jun 2014 09:52:20 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5G9qKZr006500; Mon, 16 Jun 2014 09:52:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406160952.s5G9qKZr006500@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Jun 2014 09:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357963 - in head/graphics/mmrecover: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 09:52:20 -0000 Author: vanilla Date: Mon Jun 16 09:52:19 2014 New Revision: 357963 URL: http://svnweb.freebsd.org/changeset/ports/357963 QAT: https://qat.redports.org/buildarchive/r357963/ Log: Stagify. Approved by: portmgr@ Added: head/graphics/mmrecover/files/ head/graphics/mmrecover/files/patch-Makefile (contents, props changed) Modified: head/graphics/mmrecover/Makefile Modified: head/graphics/mmrecover/Makefile ============================================================================== --- head/graphics/mmrecover/Makefile Mon Jun 16 09:48:22 2014 (r357962) +++ head/graphics/mmrecover/Makefile Mon Jun 16 09:52:19 2014 (r357963) @@ -9,9 +9,6 @@ MASTER_SITES= http://romain.blogreen.org MAINTAINER= romain@FreeBSD.org COMMENT= Recover lost JPEG images from device dumps -PLIST_FILES= bin/mmrecover -MAN1= mmrecover.1 -MANCOMPRESSED= yes +PLIST_FILES= bin/mmrecover man/man1/mmrecover.1.gz -NO_STAGE= yes .include Added: head/graphics/mmrecover/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mmrecover/files/patch-Makefile Mon Jun 16 09:52:19 2014 (r357963) @@ -0,0 +1,16 @@ +--- Makefile.orig 2014-06-16 17:50:52.201465434 +0800 ++++ Makefile 2014-06-16 17:51:18.193462700 +0800 +@@ -7,10 +7,9 @@ CFLAGS+= -Wall -pedantic -std=c99 + CFLAGS+= -DDEBUG + .endif + +-DESTDIR?= ${PREFIX} +-DESTDIR?= /usr/local +-BINDIR= /bin +-MANDIR= /man/man ++PREFIX?= /usr/local ++BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man/man + + DISTDIR= ${PROG}-${VERSION} + TARBALL= ${DISTDIR}.tar.gz