diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/dictem-xemacs21-mule | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/dictem-xemacs21-mule')
-rw-r--r-- | textproc/dictem-xemacs21-mule/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/dictem-xemacs21-mule/Makefile b/textproc/dictem-xemacs21-mule/Makefile index 8e96da54eea7..54192d6d96b0 100644 --- a/textproc/dictem-xemacs21-mule/Makefile +++ b/textproc/dictem-xemacs21-mule/Makefile @@ -1,11 +1,9 @@ -# New ports collection makefile for: dictem -# Date created: 25 Apr 2006 -# Whom: Max N. Boyarov <m.boyarov@gmail.com> -# +# Created by: Max N. Boyarov <m.boyarov@gmail.com> # $FreeBSD$ MASTERDIR= ${.CURDIR}/../dictem EMACS_PORT_NAME= xemacs21-mule +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |