diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/fortunelock/files/patch-aa | |
parent | 41798f8399a11836022a4907c51bf17bbc2791f5 (diff) |
Notes
Diffstat (limited to 'sysutils/fortunelock/files/patch-aa')
-rw-r--r-- | sysutils/fortunelock/files/patch-aa | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/fortunelock/files/patch-aa b/sysutils/fortunelock/files/patch-aa deleted file mode 100644 index d6fdac07c8a0..000000000000 --- a/sysutils/fortunelock/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig 2000-04-21 05:15:07.000000000 +0800 -+++ Makefile 2013-11-09 19:38:12.000000000 +0800 -@@ -1,10 +1,10 @@ --CC=gcc --CFLAGS=-O3 -+CC?=gcc -+CFLAGS?=-O3 - #CFLAGS=-O3 -Wall -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -pedantic -ansi - #CFLAGS=-g -Wall -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -pedantic -ansi - TARGET=fortunelock - LIBS=-lncurses --PREFIXDIR=/usr/local -+PREFIX?=/usr/local - - all: $(TARGET) - -@@ -19,8 +19,8 @@ fortunelock.o: fortunelock.c fortunelock - - install: - strip fortunelock -- install -m 755 fortunelock $(PREFIXDIR)/bin -- install -m 644 fortunelock.1 $(PREFIXDIR)/man/man1 -+ install -c -m 755 fortunelock $(DESTDIR)$(PREFIX)/bin -+ install -c -m 644 fortunelock.1 $(DESTDIR)$(PREFIX)/man/man1 - - uninstall: -- rm -rf $(PREFIXDIR)/bin/fortunelock -+ rm -rf $(PREFIX)/bin/fortunelock |