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/emacs20 | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Commit all Y2K/WWW_SITE changes from today...
Notes
Notes:
svn path=/head/; revision=17142
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |