mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
0929e684dc
commit
c353d8ce3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357963
@ -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>
|
||||
|
16
graphics/mmrecover/files/patch-Makefile
Normal file
16
graphics/mmrecover/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user