e20be6c347
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
18 lines
463 B
Makefile
18 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/04/13 15:31:06 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp
|
|
#
|
|
|
|
DISTNAME= bing-1.0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
|
|
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/doc/bing
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|