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
|
MAKEFILE= makefile
|
||||||
|
|
||||||
PLIST_FILES= bin/biew \
|
PLIST_FILES= bin/biew \
|
||||||
share/biew/assembly.skn \
|
%%DATADIR%%/assembly.skn \
|
||||||
share/biew/biew.hlp \
|
%%DATADIR%%/biew.hlp \
|
||||||
share/biew/golded.skn \
|
%%DATADIR%%/golded.skn \
|
||||||
share/biew/insight.skn \
|
%%DATADIR%%/insight.skn \
|
||||||
share/biew/standard.skn
|
%%DATADIR%%/standard.skn
|
||||||
PLIST_DIRS= share/biew
|
PLIST_DIRS= %%DATADIR%%
|
||||||
|
|
||||||
MAN1= biew.1
|
MAN1= biew.1
|
||||||
PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
|
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
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/configure
|
||||||
|
|
||||||
|
@ -56,4 +62,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue