From 3440abac3023eff1f0af1f475f00037d785a4eb0 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Dec 2012 10:45:13 +0000 Subject: Use nicer make(1) syntax. --- editors/emacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs') 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 -- cgit v1.2.3