diff options
| author | Clive Lin <clive@FreeBSD.org> | 2005-12-16 07:40:17 +0000 |
|---|---|---|
| committer | Clive Lin <clive@FreeBSD.org> | 2005-12-16 07:40:17 +0000 |
| commit | 9ed2d736dbba6dc2f00e8913ac10694b7b0b89f8 (patch) | |
| tree | fba01914ff61a3d3c1f1797c02280f128a432e5e /editors/emacs20 | |
| parent | Fix build with default emacs20. (diff) | |
Fix post-install target conflicts.
Submitted by: NIIMI Satoshi <sa2c at sa2c dot net>
Diffstat (limited to 'editors/emacs20')
| -rw-r--r-- | editors/emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 0ead5ed95bfe..5668f6664997 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -61,7 +61,7 @@ post-build: ) BINDIR= ${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} -post-install: +post-install:: for f in b2m ctags emacs emacsclient etags rcs-checkin; do \ ${LN} -sf ${BINDIR}/$${f} ${PREFIX}/bin/$${f}20; \ done |
