svn commit: r357963 - in head/graphics/mmrecover: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 09:52:20 UTC 2014


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 at 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


More information about the svn-ports-head mailing list