diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /editors/emacs | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index f33d5dd..99f83e2 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} |