diff options
Diffstat (limited to 'security/rndpassw/files/patch-Makefile')
-rw-r--r-- | security/rndpassw/files/patch-Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/security/rndpassw/files/patch-Makefile b/security/rndpassw/files/patch-Makefile deleted file mode 100644 index eaa7ed39bdc1..000000000000 --- a/security/rndpassw/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.org 2014-02-21 17:59:00.973237401 +0800 -+++ Makefile 2014-02-21 17:59:53.848746216 +0800 -@@ -1,4 +1,4 @@ --PREFIX?=/usr/local -+PREFIX?=$(DESTDIR)$(PREFIX) - - CC?= cc - CFLAGS?=-O2 -fno-strict-aliasing -pipe -@@ -18,11 +18,11 @@ - @rm -f $(PROG) $(PROG).o - - install: build -- @install -d $(PREFIX)/bin -- @install -d $(PREFIX)/man/man1 -- install -c $(PROG) $(PREFIX)/bin/$(PROG) -- install -c doc/man/$(PROG).1 $(PREFIX)/man/man1/$(PROG).1 -+ @install -d $(DESTDIR)$(PREFIX)/bin -+ @install -d $(DESTDIR)$(PREFIX)/man/man1 -+ install -c $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG) -+ install -c doc/man/$(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1 - - uninstall: -- rm -f $(PREFIX)/bin/$(PROG) -- rm -f $(PREFIX)/man/man1/$(PROG).1.gz -+ rm -f $(DESTDIR)$(PREFIX)/bin/$(PROG) -+ rm -f $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1.gz |