mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now. PR: 205970 Submitted by: myself Approved by: maintainer
This commit is contained in:
parent
70fbb93192
commit
eab54a0a9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405470
@ -22,15 +22,6 @@ NO_ARCH= yes
|
||||
|
||||
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
|
||||
|
||||
# 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}
|
||||
|
Loading…
Reference in New Issue
Block a user