Use INSTALLATION_DIRS for bin and man directories.

This commit is contained in:
Jeremy C. Reed 2006-05-05 22:24:03 +00:00 committed by Thomas Klausner
parent 3af51ff444
commit 4f24d6c4a7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2006/04/20 13:36:36 cheusov Exp $
# $NetBSD: Makefile,v 1.6 2006/05/05 22:24:03 jeremy-c-reed Exp $
.include "../../wip/p5-HTML-Latex/Makefile.common"
@ -14,6 +14,8 @@ REPLACE_PERL+= html2latex
NO_BUILD= YES
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC:Q}/html2latex ${PREFIX:Q}/bin/html2latex
${INSTALL_MAN} ${WRKSRC:Q}/html2latex.1 ${PREFIX:Q}/${PKGMANDIR}/man1