openbsd-ports/audio/ifp-line/patches/patch-Makefile
alek 6778a2ede8 Import ifp-line 0.2.4.6
ifp-line is a simple command-line tool to provide basic functionality to
manage files on iRiver music players which are using the "manager
firmware".

ok niallo@, looks fine jolan@
2005-07-11 19:19:52 +00:00

19 lines
568 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
--- Makefile.orig Fri Nov 19 08:08:02 2004
+++ Makefile Wed Jul 6 01:35:40 2005
@@ -1,11 +1,10 @@
# $Id: patch-Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
-CFLAGS = `libusb-config --cflags` -Wall -g
+CFLAGS += `libusb-config --cflags` -Wall
LDFLAGS = `libusb-config --libs`
-PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/bin
-MANDIR ?= ${PREFIX}/man/man1
-INSTALL ?= /usr/bin/install
+MANDIR = ${PREFIX}/man/man1
+INSTALL ?= ${BSD_INSTALL_PROGRAM}
OBJS = ifp.o ifp_routines.o unicodehack.o