aboutsummaryrefslogtreecommitdiff
path: root/textproc/archmage/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-04-03 16:14:02 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-04-03 16:14:02 +0000
commitf55193f7f767223778ef13e4400a7432288bd353 (patch)
treef3d763c376771a8770a34a378051f51822ab0a60 /textproc/archmage/Makefile
parent3ada00cdc32a4fce947f69aab0bfc008fa67d03f (diff)
downloadports-f55193f7f767223778ef13e4400a7432288bd353.tar.gz
ports-f55193f7f767223778ef13e4400a7432288bd353.zip
Notes
Diffstat (limited to 'textproc/archmage/Makefile')
-rw-r--r--textproc/archmage/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile
index 0348bf6099e7..8d5d7ae2d234 100644
--- a/textproc/archmage/Makefile
+++ b/textproc/archmage/Makefile
@@ -24,12 +24,6 @@ PYDISTUTILS_INSTALLARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib \
install -c -O1 --prefix=${PREFIX}
USE_REINPLACE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s,/usr/share,${PREFIX}/share," ${WRKSRC}/arch.conf
@${REINPLACE_CMD} -e "s,/etc/arch\.conf,${PREFIX}/etc/arch\.conf," ${WRKSRC}/CHM.py
@@ -43,4 +37,4 @@ post-patch:
post-install:
@${ECHO} "archmage" > ${PYTHON_SITELIBDIR}/archmage.pth
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>