mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Utilize DATADIR macro
- Mark BROKEN at least on amd64
This commit is contained in:
parent
cb934167d5
commit
667064d6e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215274
1 changed files with 13 additions and 7 deletions
|
@ -21,17 +21,23 @@ USE_GMAKE= yes
|
|||
MAKEFILE= makefile
|
||||
|
||||
PLIST_FILES= bin/biew \
|
||||
share/biew/assembly.skn \
|
||||
share/biew/biew.hlp \
|
||||
share/biew/golded.skn \
|
||||
share/biew/insight.skn \
|
||||
share/biew/standard.skn
|
||||
PLIST_DIRS= share/biew
|
||||
%%DATADIR%%/assembly.skn \
|
||||
%%DATADIR%%/biew.hlp \
|
||||
%%DATADIR%%/golded.skn \
|
||||
%%DATADIR%%/insight.skn \
|
||||
%%DATADIR%%/standard.skn
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
MAN1= biew.1
|
||||
PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
|
||||
file_ini.ru licence.en licence.ru release.txt unix.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/configure
|
||||
|
||||
|
@ -56,4 +62,4 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue