Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 13:55:27 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328360 - head/irc/riece
Message-ID:  <201309261355.r8QDtRTd050620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261355.r8QDtRTd050620>