ports/182374: [MAINTAINER] devel/psvn: add staging support

Yasuhiro KIMURA yasu at utahime.org
Wed Sep 25 14:30:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list