diff options
author | clive <clive@FreeBSD.org> | 2005-12-16 07:40:17 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2005-12-16 07:40:17 +0000 |
commit | 7edc098b568b56215c498840a72098ec35fbe384 (patch) | |
tree | 4d5e3b0dc6781b9d041c23c6cfc15af97655ee8d /editors/emacs20 | |
parent | 560dd6b98406a2d72447933f1674af009c5d3e53 (diff) | |
download | FreeBSD-ports-7edc098b568b56215c498840a72098ec35fbe384.zip FreeBSD-ports-7edc098b568b56215c498840a72098ec35fbe384.tar.gz |
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 0ead5ed..5668f66 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 |