svn commit: r467123 - head/lang/php-mode.el

Akinori MUSHA knu at FreeBSD.org
Thu Apr 12 04:32:44 UTC 2018


Author: knu
Date: Thu Apr 12 04:32:43 2018
New Revision: 467123
URL: https://svnweb.freebsd.org/changeset/ports/467123

Log:
  Add a new file php-project.el to the package
  
  PR:		php-mode.el
  Reported by:	blahblah.1981 at gmail.com

Modified:
  head/lang/php-mode.el/Makefile

Modified: head/lang/php-mode.el/Makefile
==============================================================================
--- head/lang/php-mode.el/Makefile	Thu Apr 12 02:02:08 2018	(r467122)
+++ head/lang/php-mode.el/Makefile	Thu Apr 12 04:32:43 2018	(r467123)
@@ -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 <bsd.port.mk>


More information about the svn-ports-head mailing list