From 00a6d3d340ecaeb7802d98b02b9b5b3560ab8775 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 12 Apr 2018 04:32:43 +0000 Subject: Add a new file php-project.el to the package PR: php-mode.el Reported by: blahblah.1981@gmail.com --- lang/php-mode.el/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lang/php-mode.el') diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index 29f6d3c23e18..889c67343183 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -3,6 +3,7 @@ PORTNAME= php-mode.el PORTVERSION= 1.19.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= lang elisp @@ -17,9 +18,13 @@ GH_PROJECT= ${PORTNAME:S/.el$//} NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= share/emacs/site-lisp/php-mode.el +PLIST_FILES= share/emacs/site-lisp/php-mode.el \ + share/emacs/site-lisp/php-project.el do-install: - ${INSTALL_DATA} ${WRKSRC}/php-mode.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/php-mode.el + ${INSTALL_DATA} \ + ${WRKSRC}/php-mode.el \ + ${WRKSRC}/php-project.el \ + ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/ .include -- cgit v1.2.3