diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2016-11-13 13:18:12 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2016-11-13 13:18:12 +0000 |
commit | cad9c5325e70f3da99fb01682eb2417c8c3ede4c (patch) | |
tree | c979bc55900b4773e19fe1a03a73e929f6a99346 /editors/apel/Makefile | |
parent | 4471a6e109b2c5c1d37d4b7d5dc70b92cec07e17 (diff) | |
download | ports-cad9c5325e70f3da99fb01682eb2417c8c3ede4c.tar.gz ports-cad9c5325e70f3da99fb01682eb2417c8c3ede4c.zip |
- Simplify plist.
- Regenereate patches by 'make makepatch'.
- Pet portlint.
PR: 213181
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=426048
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r-- | editors/apel/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index bd6a85f37c37..d5e5da6d32e8 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -8,8 +8,8 @@ CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/apel/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER?= nobutaka@FreeBSD.org -COMMENT?= Portable Emacs Library +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= Portable Emacs Library LICENSE= GPLv2 @@ -33,14 +33,6 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBASE}" \ OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -.if ${EMACS_VER:C/\..*//} >= 23 -PLIST_SUB+= EMACS23="" NOEMACS23="@comment " -.else -PLIST_SUB+= EMACS23="@comment " NOEMACS23="" -.endif - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC} ; \ @@ -48,4 +40,4 @@ post-install-DOCS-on: ${INSTALL_DATA} $${i} ${STAGEDIR}${DOCSDIR} ; \ done) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |