diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /editors | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/Makefile | 5 | ||||
-rw-r--r-- | editors/vim5/Makefile | 5 | ||||
-rw-r--r-- | editors/vim6/Makefile | 5 |
8 files changed, 27 insertions, 8 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index f33d5dd72256..99f83e2f2059 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $ +# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $ # DISTNAME= emacs-19.34b @@ -13,6 +13,8 @@ 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 f33d5dd72256..99f83e2f2059 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $ +# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $ # DISTNAME= emacs-19.34b @@ -13,6 +13,8 @@ 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 6680c65dc938..663c483c34c9 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.38 1999/03/01 11:55:45 shige Exp $ +# $Id: Makefile,v 1.39 1999/03/08 07:28:23 asami Exp $ # DISTNAME= emacs-20.3 @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= jseger@FreeBSD.org +Y2K= http://www.gnu.org/software/year2000.html + USE_AUTOCONF= yes USE_XLIB= yes USE_GMAKE= yes diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index f33d5dd72256..99f83e2f2059 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $ +# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $ # DISTNAME= emacs-19.34b @@ -13,6 +13,8 @@ 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 f33d5dd72256..99f83e2f2059 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $ +# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $ # DISTNAME= emacs-19.34b @@ -13,6 +13,8 @@ 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 5a201d819353..114a73900586 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $ # DISTNAME= vim-5.3 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org +Y2K= http://www.vim.org/y2k.html +WWW_SITE= http://www.vim.org + .if defined(PACKAGE_BUILDING) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ python:${PORTSDIR}/lang/python diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 5a201d819353..114a73900586 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $ # DISTNAME= vim-5.3 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org +Y2K= http://www.vim.org/y2k.html +WWW_SITE= http://www.vim.org + .if defined(PACKAGE_BUILDING) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ python:${PORTSDIR}/lang/python diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 5a201d819353..114a73900586 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $ # DISTNAME= vim-5.3 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org +Y2K= http://www.vim.org/y2k.html +WWW_SITE= http://www.vim.org + .if defined(PACKAGE_BUILDING) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ python:${PORTSDIR}/lang/python |