aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mgeupsd/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 15:25:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 15:25:56 +0000
commit6053de8efa5e7c6fa7bda7842356adff47c36a89 (patch)
tree20fbe8868a1fe547d080c245fa4424657eb5c06b /sysutils/mgeupsd/files
parent8fd1ae97fb671679cc22bffd2419459054abe667 (diff)
downloadports-6053de8efa5e7c6fa7bda7842356adff47c36a89.tar.gz
ports-6053de8efa5e7c6fa7bda7842356adff47c36a89.zip
Notes
Diffstat (limited to 'sysutils/mgeupsd/files')
-rw-r--r--sysutils/mgeupsd/files/patch-ab34
1 files changed, 13 insertions, 21 deletions
diff --git a/sysutils/mgeupsd/files/patch-ab b/sysutils/mgeupsd/files/patch-ab
index d472e7cce2cf..bddb25818bca 100644
--- a/sysutils/mgeupsd/files/patch-ab
+++ b/sysutils/mgeupsd/files/patch-ab
@@ -1,21 +1,13 @@
-*** Makefile.orig Fri Dec 25 10:10:57 1998
---- Makefile Tue Aug 10 23:36:12 1999
-***************
-*** 8,15 ****
- $(CC) $(LDFLAGS) -o $@ $<
-
- install: mgeupsd
-! install mgeupsd /sbin
-! install mgeupsd.8 /usr/man/man8
-
- clean:
- rm -f *.o mgeupsd
---- 8,15 ----
- $(CC) $(LDFLAGS) -o $@ $<
-
- install: mgeupsd
-! install -c mgeupsd ${PREFIX}/sbin
-! install -c mgeupsd.8 ${PREFIX}/man/man8
-
- clean:
- rm -f *.o mgeupsd
+--- Makefile.orig 1998-12-25 17:10:57.000000000 +0800
++++ Makefile 2013-11-15 23:04:20.000000000 +0800
+@@ -8,8 +8,8 @@ mgeupsd: mgeupsd.o
+ $(CC) $(LDFLAGS) -o $@ $<
+
+ install: mgeupsd
+- install mgeupsd /sbin
+- install mgeupsd.8 /usr/man/man8
++ install -c mgeupsd $(DESTDIR)${PREFIX}/sbin
++ install -c mgeupsd.8 $(DESTDIR)${PREFIX}/man/man8
+
+ clean:
+ rm -f *.o mgeupsd