diff options
author | shige <shige@FreeBSD.org> | 1999-05-09 16:14:47 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-09 16:14:47 +0000 |
commit | c7583116a90fc7bdf1576bd5c20a634b66777bea (patch) | |
tree | 6ae28668522f0ca27f8fc11c328d6987af7b03ae /editors/apel-emacs20/Makefile | |
parent | e880371df3c9a3beb530f532de4548b68fe52d5f (diff) | |
download | FreeBSD-ports-c7583116a90fc7bdf1576bd5c20a634b66777bea.zip FreeBSD-ports-c7583116a90fc7bdf1576bd5c20a634b66777bea.tar.gz |
Update to 9.18.
Diffstat (limited to 'editors/apel-emacs20/Makefile')
-rw-r--r-- | editors/apel-emacs20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index e9deccc..3bb1bd9 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apel for emacs20 -# Version required: 9.x +# Version required: 9.18 # Date created: 22 September 1998 -# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/01/02 13:26:51 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/03/01 09:37:17 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -19,7 +19,7 @@ EMACS_PORT= emacs20 EMACS_VER= 20.3 EMACS_LIBDIR= share/${EMACS_NAME} -# pkg/* files are used in ${.CURDIR} +# use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg .include <${MASTERDIR}/Makefile> |