diff options
author | tron <tron@pkgsrc.org> | 2012-12-22 10:45:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-12-22 10:45:13 +0000 |
commit | 3440abac3023eff1f0af1f475f00037d785a4eb0 (patch) | |
tree | a176e510b9b54ce7a7a1e3962851c3e3d4d429b4 /editors/emacs | |
parent | 811488a340c504c9647712897b87e7d92798298b (diff) | |
download | pkgsrc-3440abac3023eff1f0af1f475f00037d785a4eb0.tar.gz |
Use nicer make(1) syntax.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
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 |