freebsd-ports/sysutils/ciso/files/patch-Makefile
Martin Wilke 1e99d25721 CISO - tiny and easy to use tool to convert ISO images
in CSO (compressed ISO) format.

WWW:	http://ciso.tenshu.fr/

PR:		ports/117816
Submitted by:	Vasiliy Ch <blttll at gmail.com>
2007-12-15 21:18:18 +00:00

12 lines
338 B
Text

--- Makefile.orig 2007-11-04 17:49:10.000000000 +0300
+++ Makefile 2007-11-04 17:50:04.000000000 +0300
@@ -1,6 +1,6 @@
-DESTDIR =
-prefix = /usr
-USRBINDIR = $(DESTDIR)$(prefix)/bin
+destdir = ${DESTDIR}
+prefix = ${PREFIX}
+USRBINDIR = $(destdir)$(prefix)/bin
CC = $(CROSS_COMPILE)gcc
LD = $(CROSS_COMPILE)gcc