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/emacs22 | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Notes
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |