- Pet portlint
- Drop @dirrm* from plist
This commit is contained in:
parent
20801d1d65
commit
f0bc03f792
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374193
2 changed files with 1 additions and 8 deletions
|
@ -47,7 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lsmpeg -lm ${PTHREAD_LIBS}
|
|||
|
||||
post-patch:
|
||||
@for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \
|
||||
${FIND} $${dir} -name "Makefile*" | ${XARGS} ${RM}; \
|
||||
${FIND} $${dir} -name "Makefile*" -delete; \
|
||||
done
|
||||
@${RM} -f ${WRKSRC}/lib/getopt.h
|
||||
@${RM} -f ${WRKSRC}/doc/*.info*
|
||||
|
|
|
@ -212,10 +212,3 @@ share/locale/fr/LC_MESSAGES/heroes.mo
|
|||
share/locale/it/LC_MESSAGES/heroes.mo
|
||||
share/locale/nl/LC_MESSAGES/heroes.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/heroes.mo
|
||||
@dirrm %%DATADIR%%/tilesets
|
||||
@dirrm %%DATADIR%%/sfx
|
||||
@dirrm %%DATADIR%%/pics
|
||||
@dirrm %%DATADIR%%/mod
|
||||
@dirrm %%DATADIR%%/levels
|
||||
@dirrm %%DATADIR%%/etc
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue