aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-09-27 00:03:43 +0800
committerwg <wg@FreeBSD.org>2013-09-27 00:03:43 +0800
commit1c4ea7192901b51a32d1705819184c4bcf7b9fc2 (patch)
treec7063957b4ce5a4f80adecca5a45de05b8913356 /mail
parent85f563d54b759bb081d86287650c7c145392e8fe (diff)
downloadfreebsd-ports-gnome-1c4ea7192901b51a32d1705819184c4bcf7b9fc2.tar.gz
freebsd-ports-gnome-1c4ea7192901b51a32d1705819184c4bcf7b9fc2.tar.zst
freebsd-ports-gnome-1c4ea7192901b51a32d1705819184c4bcf7b9fc2.zip
mail/c-sig: allow staging
- Allow staging PR: ports/182399 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/c-sig/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile
index 218b00508fef..94c7ad3d686d 100644
--- a/mail/c-sig/Makefile
+++ b/mail/c-sig/Makefile
@@ -23,20 +23,15 @@ OPTIONS_DEFINE= DOCS
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
do-build:
cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
do-install:
- ${MKDIR} ${LISPDIR}
- ${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR}
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${LISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${STAGEDIR}${LISPDIR}
+ @${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} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>