diff options
author | sbd <sbd@pkgsrc.org> | 2012-12-30 02:31:34 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-12-30 02:31:34 +0000 |
commit | 2fc1a6f29fd2e9d6e9e34e48179975f7100586fb (patch) | |
tree | e3904fddde1b6ccff42a30b45c78a91d686a3d1d /editors/emacs | |
parent | 27eead34e0c7b3aab73977099a6fa5a971c649b7 (diff) | |
download | pkgsrc-2fc1a6f29fd2e9d6e9e34e48179975f7100586fb.tar.gz |
Use ${PKGMANDIR}
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 6 |
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" |