diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
commit | 8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c (patch) | |
tree | 6ead876c581f1f144c740c1ec88671868ab31586 /sysutils/fortunelock/files/patch-aa | |
parent | Support staging. (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333680
Diffstat (limited to 'sysutils/fortunelock/files/patch-aa')
-rw-r--r-- | sysutils/fortunelock/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/fortunelock/files/patch-aa b/sysutils/fortunelock/files/patch-aa index 440a2c72e4ef..d6fdac07c8a0 100644 --- a/sysutils/fortunelock/files/patch-aa +++ b/sysutils/fortunelock/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Apr 20 14:15:07 2000 -+++ Makefile Wed Apr 26 19:16:04 2000 +--- 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 @@ -14,14 +14,14 @@ all: $(TARGET) -@@ -19,8 +19,8 @@ +@@ -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 $(PREFIX)/bin -+ install -c -m 644 fortunelock.1 $(PREFIX)/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 |