Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 23:40:19 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182375: [MAINTAINER] irc/riece: add staging support
Message-ID:  <20130925144019.F09631C2B2F@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201309251450.r8PEo0FP033681@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182375
>Category:       ports
>Synopsis:       [MAINTAINER] irc/riece: add staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 25 14:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:52:11 JST 2013 xxxx amd64


	
>Description:
	
	Add staging support.

>How-To-Repeat:
	
>Fix:

	

--- patch-riece begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328266)
+++ Makefile	(working copy)
@@ -15,26 +15,24 @@
 
 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>
--- patch-riece ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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