Bug 182399 - [MAINTAINER] mail/c-sig: add staging support
Summary: [MAINTAINER] mail/c-sig: add staging support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 08:20 UTC by Yasuhiro Kimura
Modified: 2013-09-26 17:10 UTC (History)
0 users

See Also:


Attachments
patch-c-sig (825 bytes, text/plain)
2013-09-26 08:20 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-09-26 08:20:00 UTC
	
	Add staging support.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-26 13:56:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-26 17:03:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-26 17:03:56 UTC
Author: wg
Date: Thu Sep 26 16:03:43 2013
New Revision: 328375
URL: http://svnweb.freebsd.org/changeset/ports/328375

Log:
  mail/c-sig: allow staging
  
  - Allow staging
  
  PR:		ports/182399
  Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)

Modified:
  head/mail/c-sig/Makefile

Modified: head/mail/c-sig/Makefile
==============================================================================
--- head/mail/c-sig/Makefile	Thu Sep 26 15:59:24 2013	(r328374)
+++ head/mail/c-sig/Makefile	Thu Sep 26 16:03:43 2013	(r328375)
@@ -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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"