diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-02 03:44:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-02 03:44:26 +0800 |
commit | 1e0635a92d89b0efc2046773a859c6314687b390 (patch) | |
tree | 09a169b3e273804ae95cc5af94cf6bfe93a7a8ff /editors | |
parent | 092e8133d9aa25e4b48d44021741089fdd859bbc (diff) | |
download | freebsd-ports-graphics-1e0635a92d89b0efc2046773a859c6314687b390.tar.gz freebsd-ports-graphics-1e0635a92d89b0efc2046773a859c6314687b390.tar.zst freebsd-ports-graphics-1e0635a92d89b0efc2046773a859c6314687b390.zip |
Need to make sure the new gvimdiff exists in all build configurations.
Submitted by: dinoex
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 72044b02c55..c57c2118c23 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -99,6 +99,8 @@ post-install: test -e ${PREFIX}/bin/rgview || (cd ${PREFIX}/bin ; ${LN} -s vim rgview) test -e ${PREFIX}/bin/evim || (cd ${PREFIX}/bin ; ${LN} -s vim evim) test -e ${PREFIX}/bin/eview || (cd ${PREFIX}/bin ; ${LN} -s vim eview) + test -e ${PREFIX}/bin/gvimdiff \ + || (cd ${PREFIX}/bin ; ${LN} -s vim gvimdiff) cd ${PREFIX} ;\ find share/vim/${DISTNAME:S/-//:S/.//}/ -type f -o -type l \ | sort \ |