697342268c
Many (most?) are to take more care with types and declarations.
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/01/08 07:46:15 schmonz Exp $
|
|
#
|
|
|
|
.include "../ce/Makefile.common"
|
|
|
|
PKGNAME= ce-doc-${VERSION}
|
|
COMMENT+= , documentation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
NO_BUILD= # defined
|
|
|
|
INSTALL_TARGET= doc-install
|
|
|
|
INSTALLATION_DIRS= bin share/doc/ce
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= do-configure
|
|
SUBST_FILES.paths= teach-ce.in
|
|
SUBST_SED.paths= -e 's|@LN@|${LN}|g'
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|