pkgsrc/converters/txt2pdbdoc/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

19 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/01/07 09:13:50 rillig Exp $
DISTNAME= txt2pdbdoc-1.4.4
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/
COMMENT= Text to Palm DOC converter
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man4
.include "../../mk/bsd.pkg.mk"