diff options
author | will <will@FreeBSD.org> | 2001-01-01 18:15:16 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 18:15:16 +0800 |
commit | 8063d6aa833d5ba4bef4129d70752afd3d9de137 (patch) | |
tree | 893a771e4f46910c4f5131eeb96b86f03fd705dd /editors | |
parent | effaba10ea54dda8793fbf6461c3e0108afd5eae (diff) | |
download | freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.tar.gz freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.tar.zst freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.zip |
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 2 | ||||
-rw-r--r-- | editors/vim/Makefile | 1 | ||||
-rw-r--r-- | editors/vim6/Makefile | 1 |
7 files changed, 0 insertions, 12 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 2aa74d63a907..b1109377e34e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 2aa74d63a907..b1109377e34e 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index b728b5a6478c..53610bd74715 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= jseger@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - USE_AUTOCONF= yes USE_GMAKE= yes CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 2aa74d63a907..b1109377e34e 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 2aa74d63a907..b1109377e34e 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6a640bfac85d..5184a7d297a8 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -27,7 +27,6 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org -Y2K= http://www.vim.org/y2k.html SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 6a640bfac85d..5184a7d297a8 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -27,7 +27,6 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org -Y2K= http://www.vim.org/y2k.html SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) |