aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmbsdbatt
diff options
context:
space:
mode:
authorSoeren Straarup <xride@FreeBSD.org>2014-06-23 19:11:07 +0000
committerSoeren Straarup <xride@FreeBSD.org>2014-06-23 19:11:07 +0000
commit03b8800dbe54ff2df4522473093788836453c42d (patch)
treeb9059f637876296f48e20312b2ff23a7f684709b /sysutils/wmbsdbatt
parent155d1dd788e1a8a89264be4c2338f13938299210 (diff)
downloadports-03b8800dbe54ff2df4522473093788836453c42d.tar.gz
ports-03b8800dbe54ff2df4522473093788836453c42d.zip
Notes
Diffstat (limited to 'sysutils/wmbsdbatt')
-rw-r--r--sysutils/wmbsdbatt/files/patch-Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/wmbsdbatt/files/patch-Makefile b/sysutils/wmbsdbatt/files/patch-Makefile
index e079b3615c60..a98f9c25bd04 100644
--- a/sysutils/wmbsdbatt/files/patch-Makefile
+++ b/sysutils/wmbsdbatt/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Fri Nov 24 16:37:59 2006
-+++ Makefile Fri Nov 24 16:39:35 2006
-@@ -1,12 +1,12 @@
+--- Makefile.orig 2003-12-23 12:27:34.000000000 -0600
++++ Makefile 2014-06-23 19:12:15.000000000 -0500
+@@ -1,22 +1,19 @@
# Makefile for wmbsdbatt
#
# $Id: Makefile,v 1.1 2003/12/23 18:27:34 le Exp $
@@ -16,13 +16,14 @@
all: ${PROGRAM}
-@@ -14,9 +14,6 @@
- gcc ${CFLAGS} ${LDFLAGS} -o ${PROGRAM} ${OBJS}
+ ${PROGRAM}: ${OBJS}
+- gcc ${CFLAGS} ${LDFLAGS} -o ${PROGRAM} ${OBJS}
++ ${CC} ${CFLAGS} ${LDFLAGS} -o ${PROGRAM} ${OBJS}
${OBJS}: ${HEADER}
--
+
-install:
- install -c -o 0 -g 0 -s ${PROGRAM} /usr/X11R6/bin
-
+-
clean:
rm -f *.o *.core ${PROGRAM}