Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 20:56:22 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329503 - head/mail/squirrelmail-translations
Message-ID:  <201310052056.r95KuMAG037884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Oct  5 20:56:22 2013
New Revision: 329503
URL: http://svnweb.freebsd.org/changeset/ports/329503

Log:
  Stage support

Modified:
  head/mail/squirrelmail-translations/Makefile

Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile	Sat Oct  5 20:44:50 2013	(r329502)
+++ head/mail/squirrelmail-translations/Makefile	Sat Oct  5 20:56:22 2013	(r329503)
@@ -24,15 +24,14 @@ NO_BUILD=		yes
 SQUIRRELDIR?=	${PREFIX}/www/squirrelmail
 PLIST_SUB=		SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
 
-NO_STAGE=	yes
 post-patch:
 # The en_US help files are included with the main tarball
 	@${RM} -r ${WRKSRC}/help/en_US
 
 do-install:
-	${MKDIR} ${SQUIRRELDIR}
+	${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
 .for DIR in help images locale
-	cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${SQUIRRELDIR}
+	cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
 .endfor
 
 .include <bsd.port.mk>



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