pkgsrc/pkgtools/pkgmanpages/Makefile
agc 2b02aa604b Rather than attempting to follow the checked-out cvs tree, package the
packages.7 man page up into its own distfile.
Depending on Operating System, install the manual page into the correct
place.
Update distfile checksum accordingly.
1999-12-22 15:45:06 +00:00

23 lines
432 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/12/22 15:45:06 agc Exp $
#
DISTNAME= pkgmanpages-19991222
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.netbsd.org/
NO_BUILD= yes
NO_WRKSUBDIR= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
PREFIX= /usr/share
.endif
do-install:
${BSD_INSTALL_MAN} ${WRKSRC}/packages.7 ${PREFIX}/man/man7
.include "../../mk/bsd.pkg.mk"