Date: Mon, 16 Jun 2014 09:52:20 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357963 - in head/graphics/mmrecover: . files Message-ID: <201406160952.s5G9qKZr006500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406160952.s5G9qKZr006500>