diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-07-11 21:06:10 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-07-11 21:06:10 +0000 |
commit | 1aed985e489a1ea5c24a3b5a2acf0ada633399ce (patch) | |
tree | 41c19c9519bd6bbdbd0575cd18f6d91fd5bce34a /textproc/markdown-mode.el | |
parent | Add patch to fix the build on FreeBSD 10.1. (diff) |
Set NO_ARCH=yes.
The port only installs an Emacs Lisp file.
PR: 210962
Approved by: olgeni (maintainer)
MFH: 2016Q3
Notes
Notes:
svn path=/head/; revision=418408
Diffstat (limited to 'textproc/markdown-mode.el')
-rw-r--r-- | textproc/markdown-mode.el/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index ada182a1fee1..634d43cf26d8 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -2,6 +2,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el @@ -12,6 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= olgeni@FreeBSD.org COMMENT= Emacs/XEmacs major mode for editing Markdown-formatted text +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes |