aboutsummaryrefslogtreecommitdiffstats
path: root/lang/csharp-mode.el
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-01-18 18:32:43 +0800
committermva <mva@FreeBSD.org>2014-01-18 18:32:43 +0800
commit583cb3fc2bca2218aea32cf432c6563426145578 (patch)
tree899c69f328a10666fe84383f31256ec4692a6b49 /lang/csharp-mode.el
parent03c94c9fcccf37ba7b6097e45ee43578bc4eea63 (diff)
downloadfreebsd-ports-gnome-583cb3fc2bca2218aea32cf432c6563426145578.tar.gz
freebsd-ports-gnome-583cb3fc2bca2218aea32cf432c6563426145578.tar.zst
freebsd-ports-gnome-583cb3fc2bca2218aea32cf432c6563426145578.zip
- Enable stagedir support
- Add LICENSE
Diffstat (limited to 'lang/csharp-mode.el')
-rw-r--r--lang/csharp-mode.el/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile
index 677c7d25a510..c3d82fa72254 100644
--- a/lang/csharp-mode.el/Makefile
+++ b/lang/csharp-mode.el/Makefile
@@ -12,6 +12,8 @@ EXTRACT_SUFX= # none
MAINTAINER= mva@FreeBSD.org
COMMENT= Emacs/XEmacs major mode for editing C\# source code
+LICENSE= GPLv2
+
PROJECTHOST= csharpmode
NO_WRKSUBDIR= yes
NO_BUILD= yes
@@ -23,12 +25,12 @@ USE_EMACS= yes
PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el
-NO_STAGE= yes
post-patch:
@${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el
do-install:
- ${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/csharp-mode.* \
+ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}