- Utilize DATADIR macro

- Mark BROKEN at least on amd64
This commit is contained in:
Alexey Dokuchaev 2008-06-19 12:52:07 +00:00
parent cb934167d5
commit 667064d6e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215274

View file

@ -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>