18 lines
757 B
Plaintext
18 lines
757 B
Plaintext
$NetBSD: patch-aa,v 1.7 2011/03/16 05:09:16 macallan Exp $
|
|
|
|
--- Makefile.orig 2007-12-15 15:51:02.000000000 +0000
|
|
+++ Makefile
|
|
@@ -19,7 +19,8 @@ estd: estd.c
|
|
all: estd
|
|
|
|
install: all
|
|
- install -d -o root -g wheel -m 0755 /usr/local/sbin
|
|
- install -s -o root -g wheel -m 0755 estd /usr/local/sbin/estd
|
|
- install -d -o root -g wheel -m 0755 /usr/local/man/man1
|
|
- install -o root -g wheel -m 0644 estd.1 /usr/local/man/man1/estd.1
|
|
+ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/sbin
|
|
+ ${BSD_INSTALL_PROGRAM} estd ${DESTDIR}${PREFIX}/sbin/estd
|
|
+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
+ ${BSD_INSTALL_MAN} estd.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/estd.1
|
|
+ ${BSD_INSTALL_SCRIPT} estd.sh ${DESTDIR}${PREFIX}/share/examples/rc.d/estd
|