Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 23:28:58 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182374: [MAINTAINER] devel/psvn: add staging support
Message-ID:  <20130925142858.0EFBA1C2B2F@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201309251430.r8PEU0Bh030179@freefall.freebsd.org>

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

>Number:         182374
>Category:       ports
>Synopsis:       [MAINTAINER] devel/psvn: 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:30: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-psvn begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328266)
+++ Makefile	(working copy)
@@ -28,9 +28,8 @@
 		${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}/psvn.elc
 PLIST_DIRS=	${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 
-ELISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
+ELISPDIR=	${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile psvn.el
 
@@ -38,7 +37,4 @@
 	${MKDIR} ${ELISPDIR}
 	${INSTALL_DATA} ${WRKSRC}/psvn.* ${ELISPDIR}
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>
--- patch-psvn ends here ---


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



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