diff options
Diffstat (limited to 'editors/emacs-nox11/Makefile')
-rw-r--r-- | editors/emacs-nox11/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 60bfb7cac32a..5b208cce618a 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: emacs-devel -# Date created: Sep 07 2008 -# Whom: phoffman@proper.com -# +# Created by: phoffman@proper.com # $FreeBSD$ -# PORTREVISION= 8 PKGNAMESUFFIX= -nox11 @@ -33,4 +29,5 @@ EMACS_NO_X11_SLAVE= yes MASTERDIR= ${.CURDIR}/../emacs LATEST_LINK= emacs-nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |