- Use PLIST_FILES and PLIST_DIRS
PR: 61888 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
This commit is contained in:
parent
3ef3c7eed9
commit
b0ebc6a751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99102
2 changed files with 8 additions and 7 deletions
|
@ -27,6 +27,14 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
PLIST_FILES= bin/pauseme \
|
||||
bin/vifm \
|
||||
share/vifm/vifm-0.2.help.txt \
|
||||
share/vifm/vifm.txt \
|
||||
share/vifm/vifm.vim \
|
||||
share/vifm/vifmrc0.2
|
||||
PLIST_DIRS= share/vifm
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
bin/pauseme
|
||||
bin/vifm
|
||||
share/vifm/vifm-0.2.help.txt
|
||||
share/vifm/vifm.txt
|
||||
share/vifm/vifm.vim
|
||||
share/vifm/vifmrc0.2
|
||||
@dirrm share/vifm
|
Loading…
Reference in a new issue