summaryrefslogtreecommitdiff
path: root/editors/manedit
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 /editors/manedit
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 'editors/manedit')
-rw-r--r--editors/manedit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index 35ff75c9ce4..ee10a89a6ab 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/09/09 02:41:58 obache Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/07 09:13:52 rillig Exp $
#
DISTNAME= manedit-0.5.6
@@ -20,7 +20,7 @@ MAKE_ENV+= CPP=${CXX:Q}
# The FreeBSD makefile may be used as "generic UNIX".
MAKE_FILE= Makefile.FreeBSD
-INSTALLATION_DIRS= bin man/man1 man/man7
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man7
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/manedit ${PREFIX}/bin
@@ -29,11 +29,11 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/manedit \
${PREFIX}/share/manedit/templates \
${PREFIX}/share/manedit/icons
- ${INSTALL_MAN} ${WRKSRC}/manedit.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/manedit.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/help/manpage_writing_procedures \
- ${PREFIX}/man/man7/manpage_writing_procedures.7
+ ${PREFIX}/${PKGMANDIR}/man7/manpage_writing_procedures.7
${INSTALL_MAN} ${WRKSRC}/help/manpage_xml_referance \
- ${PREFIX}/man/man7/manpage_xml_reference.7
+ ${PREFIX}/${PKGMANDIR}/man7/manpage_xml_reference.7
cd ${WRKSRC}/templates && ${INSTALL_DATA} api.mpt config.mpt \
intro.mpt program.mpt ${PREFIX}/share/manedit/templates
cd ${WRKSRC} && ${INSTALL_DATA} manedit.xpm \