diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 08:19:36 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 08:19:36 +0000 |
| commit | 606da705ce6297d6016337f620dc52bc5dfde1e3 (patch) | |
| tree | ce1b79c10b0cd2f8937019a3a263470f8dc0a2fe /sysutils/mtxorbd/files/patch-Makefile | |
| parent | devel/maven3: Upgrade version 3.0.4 => 3.0.5 (Fixes security issue) (diff) | |
Stagify.
Notes
Notes:
svn path=/head/; revision=357429
Diffstat (limited to 'sysutils/mtxorbd/files/patch-Makefile')
| -rw-r--r-- | sysutils/mtxorbd/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/mtxorbd/files/patch-Makefile b/sysutils/mtxorbd/files/patch-Makefile new file mode 100644 index 000000000000..1444cb171a29 --- /dev/null +++ b/sysutils/mtxorbd/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig 2014-06-11 16:18:20.986640596 +0800 ++++ Makefile 2014-06-11 16:18:10.000000000 +0800 +@@ -17,9 +17,9 @@ clean: + rm -f ${OBJS} ${REALOBJS} ${BIN} ${BIN}.core ${BIN}.test ${BIN}.test.core + + install: +- install -d ${PREFIX}/sbin/ +- install -d ${PREFIX}/share/mtxorbd/ +- install -d ${PREFIX}/man/man1/ +- install -C -o root -g bin -m 555 mtxorbd ${PREFIX}/sbin/ +- install -C -o root -g bin -m 444 devices.conf ${PREFIX}/share/mtxorbd/ +- install -C -o root -g man -m 444 mtxorbd.1 ${PREFIX}/man/man1/ ++ install -d $(DESTDIR)${PREFIX}/sbin/ ++ install -d $(DESTDIR)${PREFIX}/share/mtxorbd/ ++ install -d $(DESTDIR)${PREFIX}/man/man1/ ++ install -C -o root -g bin -m 555 mtxorbd $(DESTDIR)${PREFIX}/sbin/ ++ install -C -o root -g bin -m 444 devices.conf $(DESTDIR)${PREFIX}/share/mtxorbd/ ++ install -C -o root -g man -m 444 mtxorbd.1 $(DESTDIR)${PREFIX}/man/man1/ |
