aboutsummaryrefslogtreecommitdiff
path: root/editors/vim5
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-11 05:23:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-11 05:23:54 +0000
commit434625ce78e7ff050f8c949e189a3b3aae79ee5d (patch)
tree56ac143308c310bfe32e3bdc8a7f32111178c03c /editors/vim5
parenta1e4beee14f19d173edc54fb5abc3d8cad134025 (diff)
downloadports-434625ce78e7ff050f8c949e189a3b3aae79ee5d.tar.gz
ports-434625ce78e7ff050f8c949e189a3b3aae79ee5d.zip
Notes
Diffstat (limited to 'editors/vim5')
-rw-r--r--editors/vim5/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index bdfb3d442da9..22a01606219e 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -44,12 +44,11 @@ ALL_TARGET= #
PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//}
MAN1= vim.1 vimtutor.1 xxd.1 ectags.1
MLINKS= vim.1 rvim.1 vim.1 rview.1 ectags.1 etags.1
+MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1
.include <bsd.port.pre.mk>
.if !defined(LITE)
-MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1
-
MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features"
.if defined(WITH_GTK)
@@ -77,9 +76,7 @@ pre-build:
@${SED} -e '/gvi/d' ${PKGDIR}/pkg-plist > ${WRKDIR}/PLIST.nogui
post-install:
-.if !defined(LITE)
[ -e ${PREFIX}/bin/gvim ] || ${LN} -s ${PREFIX}/bin/vim ${PREFIX}/bin/gvim
-.endif
@${RM} -f ${PREFIX}/man/man1/etags.1
@${MV} ${PREFIX}/man/man1/ctags.1 ${PREFIX}/man/man1/ectags.1