1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-16 09:52:19 +00:00
parent 0929e684dc
commit c353d8ce3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357963
2 changed files with 17 additions and 4 deletions

View File

@ -9,9 +9,6 @@ MASTER_SITES= http://romain.blogreen.org/distfiles/
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>

View File

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