diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-15 19:29:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-15 19:29:23 +0800 |
commit | 59352dbad0819ba7fa21582b78b55aa7223dca4b (patch) | |
tree | c7308a2d8fc22ad2c4159019343f6b03a6a25da5 /editors | |
parent | 2971eadf62d100f4c0671ede57bb650dafab99f4 (diff) | |
download | freebsd-ports-gnome-59352dbad0819ba7fa21582b78b55aa7223dca4b.tar.gz freebsd-ports-gnome-59352dbad0819ba7fa21582b78b55aa7223dca4b.tar.zst freebsd-ports-gnome-59352dbad0819ba7fa21582b78b55aa7223dca4b.zip |
What in the world is "SLAVEDIR" doing in here?? `vim-lite' is NOT a slave
for this port, it is for the `vim5' port. YET another reason why changes
like this should go thru the maintainer if he is active.
Craziness by: mharo
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index a6e0bf813d56..77e0d1fd9374 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -27,8 +27,6 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org -SLAVEDIRS= editors/vim-lite - .if defined(PACKAGE_BUILDING) && !defined(LITE) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index a6e0bf813d56..77e0d1fd9374 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -27,8 +27,6 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org -SLAVEDIRS= editors/vim-lite - .if defined(PACKAGE_BUILDING) && !defined(LITE) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 |