diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 11:08:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 11:08:01 +0000 |
commit | 576d5e3854b63865a1e02cd6f91d6244d524c4e4 (patch) | |
tree | 159dd42c8f0dc5d0e307dae56dd8b2ca6845c5f2 /security/bitstir | |
parent | 24675f34ffc943877852d3c9741e765e45548eb4 (diff) | |
download | pkgsrc-576d5e3854b63865a1e02cd6f91d6244d524c4e4.tar.gz |
Made the package work for unprivileged users. Moved the man page to
man1, since the binaries are installed in bin/.
PKGREVISION++
Diffstat (limited to 'security/bitstir')
-rw-r--r-- | security/bitstir/Makefile | 10 | ||||
-rw-r--r-- | security/bitstir/PLIST | 4 | ||||
-rw-r--r-- | security/bitstir/distinfo | 3 | ||||
-rw-r--r-- | security/bitstir/patches/patch-aa | 15 |
4 files changed, 11 insertions, 21 deletions
diff --git a/security/bitstir/Makefile b/security/bitstir/Makefile index 480877f9ad8..6f4b30a1155 100644 --- a/security/bitstir/Makefile +++ b/security/bitstir/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:10 tv Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/09 11:08:01 rillig Exp $ # DISTNAME= bitstir-0.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.wiredyne.com/software/downloads/ @@ -9,7 +10,12 @@ MAINTAINER= pdh@wiredyne.com HOMEPAGE= http://www.wiredyne.com/software/bitstir.html COMMENT= Entropy restoration daemon - ONLY_FOR_PLATFORM= NetBSD-*-* +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +do-install: + cd ${WRKSRC} && ${INSTALL_PROGRAM} bitstir bits-avail ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_MAN} bitstir.8 ${PREFIX}/${PKGMANDIR}/man1/bitstir.1 + .include "../../mk/bsd.pkg.mk" diff --git a/security/bitstir/PLIST b/security/bitstir/PLIST index 72202e6d672..ad2fb6e2c02 100644 --- a/security/bitstir/PLIST +++ b/security/bitstir/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2003/08/29 00:25:36 dan Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/11/09 11:08:01 rillig Exp $ bin/bits-avail bin/bitstir -man/man8/bitstir.8 +man/man1/bitstir.1 diff --git a/security/bitstir/distinfo b/security/bitstir/distinfo index 7751cd685a5..774037a035d 100644 --- a/security/bitstir/distinfo +++ b/security/bitstir/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/11/09 11:08:01 rillig Exp $ SHA1 (bitstir-0.2.tar.gz) = 867fc2b28805a71ca2f1e3e3337b3c906951e121 RMD160 (bitstir-0.2.tar.gz) = a34412882c2685acd4b6613fbfe8a6c9fa9ebcf1 Size (bitstir-0.2.tar.gz) = 6423 bytes -SHA1 (patch-aa) = 564b3895b84f07dc05553b3289165e1a2abbe747 diff --git a/security/bitstir/patches/patch-aa b/security/bitstir/patches/patch-aa deleted file mode 100644 index caf95edc71f..00000000000 --- a/security/bitstir/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/08/29 00:25:37 dan Exp $ - ---- Makefile.orig Wed Aug 27 12:58:29 2003 -+++ Makefile -@@ -2,8 +2,8 @@ - - # Makefile for bitstir. - --INSTALLDIR= /usr/local/bin --MANDIR= /usr/local/man -+INSTALLDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man - FIND?= /usr/bin/find - - CC?= cc |