summaryrefslogtreecommitdiff
path: root/devel/newfile
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit4a34beb7de5a2bf4388d326eab99406995431246 (patch)
tree77b9cef42b625156081609e43af1544d569620be /devel/newfile
parent5a39e816b9369cc7a92ab60b196b6306904c19eb (diff)
downloadpkgsrc-4a34beb7de5a2bf4388d326eab99406995431246.tar.gz
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.
Diffstat (limited to 'devel/newfile')
-rw-r--r--devel/newfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/newfile/Makefile b/devel/newfile/Makefile
index 83a7b4e5f18..92f10ab65a2 100644
--- a/devel/newfile/Makefile
+++ b/devel/newfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/03 04:43:47 taca Exp $
+# $NetBSD: Makefile,v 1.17 2007/01/07 09:13:51 rillig Exp $
#
DISTNAME= newfile-1.0.14
@@ -19,7 +19,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/newfile.rb ${PREFIX}/bin/newfile
${INSTALL_DATA} ${WRKSRC}/src/fileproc.rb ${WRKSRC}/src/sytab.rb \
${PREFIX}/share/newfile/
- ${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${PREFIX}/${PKGMANDIR}/man1/
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"