diff options
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> |