aboutsummaryrefslogtreecommitdiff
path: root/editors/biew
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-06-19 12:52:07 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-06-19 12:52:07 +0000
commit667064d6e1ebe04887cadc59a7c74fcdcbca91c6 (patch)
tree2e8508995c5df99836f4defccd71e8c359f36c1d /editors/biew
parentcb934167d5bff0705b6e5ede71673c379c7f2c03 (diff)
downloadports-667064d6e1ebe04887cadc59a7c74fcdcbca91c6.tar.gz
ports-667064d6e1ebe04887cadc59a7c74fcdcbca91c6.zip
- Utilize DATADIR macro
- Mark BROKEN at least on amd64
Notes
Notes: svn path=/head/; revision=215274
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 41d5bb42cf7f..11749a4364ce 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -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>