fd7b118f38
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/07/02 08:37:22 agc Exp $
|
|
|
|
DISTNAME= modemd-970221
|
|
PKGNAME= modemd-19970221
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
|
|
|
|
MAINTAINER= tsarna@netbsd.org
|
|
|
|
MANCOMPRESSED_IF_MANZ= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/examples/modemd
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|