aboutsummaryrefslogtreecommitdiff
path: root/mail/c-sig/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-06-20 12:25:18 +0000
committerSteve Wills <swills@FreeBSD.org>2018-06-20 12:25:18 +0000
commitad4b57abaf8aa28926ed18360b0616d86b0dbd2b (patch)
tree77903b6ecab8f67eb37d6a37fa711630e906ddb9 /mail/c-sig/Makefile
parent4a543eb286bfdfb91db37abb899486e3eb1c1cb2 (diff)
downloadports-ad4b57abaf8aa28926ed18360b0616d86b0dbd2b.tar.gz
ports-ad4b57abaf8aa28926ed18360b0616d86b0dbd2b.zip
mail/c-sig: update to 3.8.0.1
Also, switch MASTER_SITE to GitHub, add NO_ARCH, remove DOCS option and add WWW to pkg-descr. PR: 229152 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes
Notes: svn path=/head/; revision=472867
Diffstat (limited to 'mail/c-sig/Makefile')
-rw-r--r--mail/c-sig/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile
index f65915a35160..d6276d3d2a1d 100644
--- a/mail/c-sig/Makefile
+++ b/mail/c-sig/Makefile
@@ -2,12 +2,9 @@
# $FreeBSD$
PORTNAME= c-sig
-PORTVERSION= 3.8
-PORTREVISION= 20
+PORTVERSION= 3.8.0.1
CATEGORIES= mail elisp
-MASTER_SITES= LOCAL/tota/${PORTNAME}
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
-DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= yasu@utahime.org
COMMENT= Signature insertion tool for Emacs
@@ -15,19 +12,14 @@ COMMENT= Signature insertion tool for Emacs
LICENSE= GPLv2+
USES= emacs
+USE_GITHUB= yes
+GH_ACCOUNT= yasuhirokimura
+NO_ARCH= yes
-NO_WRKSUBDIR= yes
-
-OPTIONS_DEFINE= DOCS
-
+MAKE_ENV+= EMACS=${EMACS_CMD} LISPDIR=${LISPDIR}
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
-do-build:
- cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
-
-do-install:
- @${MKDIR} ${STAGEDIR}${LISPDIR}
- ${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${STAGEDIR}${LISPDIR}
+post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}