pkgsrc/net/bing/Makefile
agc e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
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.
1999-04-13 15:31:04 +00:00

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"