diff options
Diffstat (limited to 'textproc/doc-mode.el/Makefile')
-rw-r--r-- | textproc/doc-mode.el/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile index 2cc5b24ebaed..b1018d7ab874 100644 --- a/textproc/doc-mode.el/Makefile +++ b/textproc/doc-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: doc-mode.el -# Date created: 2 May 2008 -# Whom: Peter Schuller <peter.schuller@infidyne.com> -# +# Created by: Peter Schuller <peter.schuller@infidyne.com> # $FreeBSD$ -# PORTNAME= doc-mode.el PORTVERSION= 1.1 @@ -19,6 +15,7 @@ COMMENT= Asciidoc fontlocking for emacs USE_EMACS= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/doc-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el |