summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authortron <tron>2012-12-22 10:45:13 +0000
committertron <tron>2012-12-22 10:45:13 +0000
commitf3ee79130c8fbdc7d6aced2e3cb2dc8fb0486b06 (patch)
treea176e510b9b54ce7a7a1e3962851c3e3d4d429b4 /editors/emacs
parent79d2631ff918e98a9c3ea6b4fb4e44601b1c32c2 (diff)
downloadpkgsrc-f3ee79130c8fbdc7d6aced2e3cb2dc8fb0486b06.tar.gz
Use nicer make(1) syntax.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 8be4e475ce5..f2c5970f8be 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2012/12/22 10:34:20 tron Exp $
+# $NetBSD: Makefile,v 1.153 2012/12/22 10:45:13 tron Exp $
CONFLICTS+= emacs-nox11-[0-9]*
@@ -14,7 +14,7 @@ SUBST_FILES.prefix= src/s/netbsd.h
# Replace manual page which only includes another one with a symbolic link
# if manual compression is activated. The manual page won't work otherwise.
-.ifdef(MANZ)
+.if defined(MANZ)
post-install:
${RM} -f ${DESTDIR}${PREFIX}/man/man1/ctags.1
${LN} -s etags.1 ${DESTDIR}${PREFIX}/man/man1/ctags.1