diff options
-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 |