- Remove x-generate-plist target using deprecated @dirrm, our make makeplist

generates proper plists now
- Add NO_ARCH
This commit is contained in:
Pawel Pekala 2016-01-06 18:03:51 +00:00
parent 922f268a16
commit ccd24e24ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405381
5 changed files with 5 additions and 44 deletions

View file

@ -13,18 +13,10 @@ COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.3:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/air
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKSRC}; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}

View file

@ -13,20 +13,12 @@ COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/groupvice
SUB_FILES= pkg-message
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKSRC}; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}

View file

@ -18,18 +18,11 @@ THEME_BUILD?= 030110A
USES= zip
NO_BUILD= yes
NO_ARCH= yes
WRKSRC= ${WRKDIR}/MobileCubeBeta\#${THEME_BUILD}
WWWDIR?= ${PREFIX}/www/roundcube/skins/MobileCube
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKSRC}/MobileCube; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
post-patch:
${FIND} ${WRKSRC} -type f -name '*.orig' -or -name '.DS_Store' -delete

View file

@ -15,20 +15,12 @@ COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/mvision2_en
SUB_FILES= pkg-message
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKDIR}/mvision2_en; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \

View file

@ -13,18 +13,10 @@ COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/umich
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKSRC}; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
post-patch:
${FIND} ${WRKSRC} -type f -name '*.orig' -delete