diff options
author | tv <tv@pkgsrc.org> | 2004-10-29 17:38:20 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-29 17:38:20 +0000 |
commit | 7d7d5cc18a55e38747641f67f64b9a6180b10c74 (patch) | |
tree | 057b0c34a6e1a1371f40bde21a1aab204435b7f3 /net | |
parent | 1140f028d6486e870eb2abc5e032f8cd292ef46e (diff) | |
download | pkgsrc-7d7d5cc18a55e38747641f67f64b9a6180b10c74.tar.gz |
nb2: Reenable setproctitle() usage.
Diffstat (limited to 'net')
-rw-r--r-- | net/entropy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 8b4be86e6c9..ccd27833de8 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/10/29 05:59:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/29 17:38:20 tv Exp $ # DISTNAME= entropy-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ @@ -19,7 +19,7 @@ USE_GNU_TOOLS+= make ENTROPY_VERSION= 0.8.2-418 -CONFIGURE_ARGS+= --enable-verbose --disable-posix-sem +CONFIGURE_ARGS+= --enable-setproctitle --enable-verbose --disable-posix-sem post-patch: ${SED} -e '/^# /!s/^#//' <${WRKSRC}/seed.txt-dist >${WRKSRC}/seed.txt |