diff options
author | rillig <rillig> | 2006-09-20 07:19:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-20 07:19:59 +0000 |
commit | d9742b32441b2582574ef54da9862b8b9da31ccd (patch) | |
tree | 896d440251f76f74dbbbfa8e317f23db03f9eb65 /sysutils/estd | |
parent | 2e62a199390de5ac112c7d87052bcfb12704b5b5 (diff) | |
download | pkgsrc-d9742b32441b2582574ef54da9862b8b9da31ccd.tar.gz |
Made the package work for unprivileged builds.
Fixed the file mode of the example rc.d script. (PR 34564)
This also fixes PR 32835, which had already suggested all the changes I
made, but I've seen it too late. :)
Diffstat (limited to 'sysutils/estd')
-rw-r--r-- | sysutils/estd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/estd/distinfo | 4 | ||||
-rw-r--r-- | sysutils/estd/patches/patch-aa | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/estd/Makefile b/sysutils/estd/Makefile index 92d20d2c6c8..d4b3e9c9478 100644 --- a/sysutils/estd/Makefile +++ b/sysutils/estd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/08/11 16:10:44 ghen Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/20 07:19:59 rillig Exp $ DISTNAME= estd-r5 PKGNAME= estd-0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.elektro-eel.org/ diff --git a/sysutils/estd/distinfo b/sysutils/estd/distinfo index c21a167245d..f7682795700 100644 --- a/sysutils/estd/distinfo +++ b/sysutils/estd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2006/08/08 22:07:48 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2006/09/20 07:19:59 rillig Exp $ SHA1 (estd-r5.tar.gz) = c73037df5ccc038f96924f9cf5c0f2c6692b6307 RMD160 (estd-r5.tar.gz) = 657fda2908a44edbc9ac0d8714ac13462ce7bc0c Size (estd-r5.tar.gz) = 7035 bytes -SHA1 (patch-aa) = 7a6ed9c722d8243173f448b6521dd009b8ca6dba +SHA1 (patch-aa) = 144199974f5263d995865fd722db74102ce8073b SHA1 (patch-ab) = e552aafdcfe0d2eeefb77ec1bd9e7d702a1e6711 diff --git a/sysutils/estd/patches/patch-aa b/sysutils/estd/patches/patch-aa index eebf66b68e6..45cdc6176d6 100644 --- a/sysutils/estd/patches/patch-aa +++ b/sysutils/estd/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2006/07/24 08:11:38 adam Exp $ +$NetBSD: patch-aa,v 1.5 2006/09/20 07:19:59 rillig Exp $ --- Makefile.orig 2006-07-02 11:29:29.000000000 +0200 -+++ Makefile ++++ Makefile 2006-09-20 09:15:01.000000000 +0200 @@ -19,7 +19,8 @@ estd: estd.c all: estd @@ -10,8 +10,8 @@ $NetBSD: patch-aa,v 1.4 2006/07/24 08:11:38 adam Exp $ - 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 -+ install -d -o root -g wheel -m 0755 ${PREFIX}/sbin -+ install -s -o root -g wheel -m 0755 estd ${PREFIX}/sbin/estd -+ install -d -o root -g wheel -m 0755 ${PREFIX}/man/man1 -+ install -o root -g wheel -m 0644 estd.1 ${PREFIX}/man/man1/estd.1 -+ install -o root -g wheel -m 0644 estd.sh ${PREFIX}/share/examples/rc.d/estd ++ ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/sbin ++ ${BSD_INSTALL_PROGRAM} estd ${PREFIX}/sbin/estd ++ ${BSD_INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man1 ++ ${BSD_INSTALL_MAN} estd.1 ${PREFIX}/${PKGMANDIR}/man1/estd.1 ++ ${BSD_INSTALL_SCRIPT} estd.sh ${PREFIX}/share/examples/rc.d/estd |