diff options
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 61b0effefb4..75bdfbad2d1 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/09/09 02:42:01 obache Exp $ +# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:56 rillig Exp $ # DISTNAME= jhead-2.4 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gunzip MAKE_FILE= makefile -INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/html/jhead post-extract: ${GUNZIP_CMD} ${WRKSRC}/jhead.1.gz @@ -22,7 +22,7 @@ post-extract: do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/jhead ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead .include "../../mk/bsd.pkg.mk" |