summaryrefslogtreecommitdiff
path: root/graphics/jpeg/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 17:30:50 +0000
committerreed <reed@pkgsrc.org>2005-12-27 17:30:50 +0000
commit172c057f5a09e68812fa3e9e53e05cb199164dbe (patch)
treef2c6f99c07e66ff6547e14d75ac68d1b1b5bcd09 /graphics/jpeg/Makefile
parent02cdfa0cd5fb59c8527edeac93f5769a0a9fe780 (diff)
downloadpkgsrc-172c057f5a09e68812fa3e9e53e05cb199164dbe.tar.gz
Add patch: the configure knows @mandir@ so make the Makefile use it.
And use PKGMANDIR for the INSTALLATION_DIRS. PKGREVISION not bumped -- no change in default build. And before would have failed if PKGMANDIR was set to non-default.
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r--graphics/jpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 6ffef777de6..b744916a7cb 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/12/27 17:30:50 reed Exp $
#
DISTNAME= jpegsrc.v6b
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-static
INSTALL_TARGET= install install-lib
-INSTALLATION_DIRS= bin lib include man/man1
+INSTALLATION_DIRS= bin lib include ${PKGMANDIR}/man1
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg