From e4ff5b9d6dabc53bee7e5e7f448be7867f919d9a Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 1 Dec 2007 13:23:14 +0000 Subject: Don't let the build fail because of "pointer targets that differ in signedness". --- net/totd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/totd') diff --git a/net/totd/Makefile b/net/totd/Makefile index 3f23f01d4a1..919c40fa713 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/12/01 13:20:51 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2007/12/01 13:23:14 rillig Exp $ # DISTNAME= totd-1.5.1 @@ -16,7 +16,8 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.totd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 -INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/totd +INSTALLATION_DIRS_FROM_PLIST= yes +BUILDLINK_TRANSFORM+= rm:-Werror do-install: ${INSTALL_PROGRAM} ${WRKSRC}/totd ${PREFIX}/sbin/ -- cgit v1.2.3