diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 13:23:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 13:23:14 +0000 |
commit | e4ff5b9d6dabc53bee7e5e7f448be7867f919d9a (patch) | |
tree | 2930c9a582d48ab0c6cc2924ccb3e3126b42f175 /net/totd | |
parent | 8e0b1b25ab9aa26a372920541c47891279653b00 (diff) | |
download | pkgsrc-e4ff5b9d6dabc53bee7e5e7f448be7867f919d9a.tar.gz |
Don't let the build fail because of "pointer targets that differ in
signedness".
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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/ |