Stage support
This commit is contained in:
parent
2006f24e6f
commit
9e3678067d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329503
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue