summaryrefslogtreecommitdiff
path: root/www/htmlfix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/htmlfix/Makefile')
-rw-r--r--www/htmlfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htmlfix/Makefile b/www/htmlfix/Makefile
index 5553cbf629c..5aa49327f18 100644
--- a/www/htmlfix/Makefile
+++ b/www/htmlfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:25 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:15 rillig Exp $
#
DISTNAME= htmlfix-1.03
@@ -11,10 +11,10 @@ COMMENT= Fix latin1 to html entities and/or line endings
DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities
USE_TOOLS+= perl:run
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${PREFIX}/bin/htmlfix
- ${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${PREFIX}/man/man1/htmlfix.1
+ ${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${PREFIX}/${PKGMANDIR}/man1/htmlfix.1
.include "../../mk/bsd.pkg.mk"