Bug 182375 - [MAINTAINER] irc/riece: add staging support
Summary: [MAINTAINER] irc/riece: 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-25 15:50 UTC by Yasuhiro Kimura
Modified: 2013-09-26 15:00 UTC (History)
0 users

See Also:


Attachments
patch-riece (871 bytes, text/plain)
2013-09-25 15:50 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-25 15:50:00 UTC
	
	Add staging support.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-25 22:56:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

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

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-26 14:55:34 UTC
Author: wg
Date: Thu Sep 26 13:55:26 2013
New Revision: 328360
URL: http://svnweb.freebsd.org/changeset/ports/328360

Log:
  irc/riece: allow staging
  
  - Allow staging
  - USES gmake
  
  PR:		ports/182375
  Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)

Modified:
  head/irc/riece/Makefile

Modified: head/irc/riece/Makefile
==============================================================================
--- head/irc/riece/Makefile	Thu Sep 26 13:51:52 2013	(r328359)
+++ head/irc/riece/Makefile	Thu Sep 26 13:55:26 2013	(r328360)
@@ -15,26 +15,20 @@ COMMENT=	IRC client for Emacs
 
 LICENSE=	GPLv3
 
+USES=		gmake
 USE_EMACS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
-		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-USE_GMAKE=	yes
+		--with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 
 OPTIONS_DEFINE=	DOCS
 
 INFO=	riece-en riece-ja
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
-	@${CAT} ${PKGMESSAGE}
 
 .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"