summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsbd <sbd>2012-12-30 02:31:34 +0000
committersbd <sbd>2012-12-30 02:31:34 +0000
commit569a7a1e7b769a5ffc803f19cf25634e1e415a62 (patch)
treee3904fddde1b6ccff42a30b45c78a91d686a3d1d /editors
parente8e5dedaf083433562d367a4ad272614bf506a63 (diff)
downloadpkgsrc-569a7a1e7b769a5ffc803f19cf25634e1e415a62.tar.gz
Use ${PKGMANDIR}
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index f2c5970f8be..10875d6079f 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2012/12/22 10:45:13 tron Exp $
+# $NetBSD: Makefile,v 1.154 2012/12/30 02:31:34 sbd Exp $
CONFLICTS+= emacs-nox11-[0-9]*
@@ -16,8 +16,8 @@ SUBST_FILES.prefix= src/s/netbsd.h
# if manual compression is activated. The manual page won't work otherwise.
.if defined(MANZ)
post-install:
- ${RM} -f ${DESTDIR}${PREFIX}/man/man1/ctags.1
- ${LN} -s etags.1 ${DESTDIR}${PREFIX}/man/man1/ctags.1
+ ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ctags.1
+ ${LN} -s etags.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ctags.1
.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"