svn commit: r356213 - head/mail/roundcube-sauserprefs

Martin Wilke miwi at FreeBSD.org
Mon Jun 2 11:21:57 UTC 2014


Author: miwi
Date: Mon Jun  2 11:21:56 2014
New Revision: 356213
URL: http://svnweb.freebsd.org/changeset/ports/356213
QAT: https://qat.redports.org/buildarchive/r356213/

Log:
  - Stage support
  
  PR:		190389
  Submitted by:	maintainer

Modified:
  head/mail/roundcube-sauserprefs/Makefile

Modified: head/mail/roundcube-sauserprefs/Makefile
==============================================================================
--- head/mail/roundcube-sauserprefs/Makefile	Mon Jun  2 11:20:47 2014	(r356212)
+++ head/mail/roundcube-sauserprefs/Makefile	Mon Jun  2 11:21:56 2014	(r356213)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sauserprefs
 PORTVERSION=	1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.tehinterweb.co.uk/roundcube/plugins/ \
   		LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/
@@ -29,9 +30,8 @@ x-generate-plist: build
 		-e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
 		-e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+	${MKDIR} ${STAGEDIR}/${WWWDIR}
+	cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list