pkgsrc/print/dvidvi/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

23 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:09 rillig Exp $
#
DISTNAME= dvidvi-1.0
CATEGORIES= print
MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/
MAINTAINER= dillo@NetBSD.org
COMMENT= Select and/or rearrange pages in a TeX dvi file
NO_SRC_ON_FTP= Unable to determine distribution license
NO_SRC_ON_CDROM=Unable to determine distribution license
NO_BIN_ON_FTP= Unable to determine distribution license
NO_BIN_ON_CDROM=Unable to determine distribution license
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${PREFIX}/bin/dvidvi
${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${PREFIX}/${PKGMANDIR}/man1/dvidvi.1
.include "../../mk/bsd.pkg.mk"