pkgsrc/misc/ascii/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

22 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/01/07 09:14:00 rillig Exp $
#
DISTNAME= ascii-3.0
CATEGORIES= misc
MASTER_SITES= http://www.tuxedo.org/~esr/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tuxedo.org/~esr/software.html
COMMENT= ASCII character table program
BUILD_TARGET= ascii
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ascii ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ascii.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ascii
${INSTALL_DATA} ${WRKSRC}/ascii.cgi ${PREFIX}/share/examples/ascii
.include "../../mk/bsd.pkg.mk"