aboutsummaryrefslogtreecommitdiff
path: root/devel/dparser
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 20:58:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 20:58:40 +0000
commita6064d1bfaa42e7141eaf150ccaa4d83c233bf8d (patch)
tree02a57bb28d325af9889f0fdd7fb3fcefc3f6524b /devel/dparser
parentbab366499cbeaee7f11dc3e8a84af7f8e2edb057 (diff)
downloadports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.tar.gz
ports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.zip
Notes
Diffstat (limited to 'devel/dparser')
-rw-r--r--devel/dparser/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/dparser/Makefile b/devel/dparser/Makefile
index 5e66d612158f..e7752b841685 100644
--- a/devel/dparser/Makefile
+++ b/devel/dparser/Makefile
@@ -35,12 +35,6 @@ LIBDPARSE= libdparse_gc.a
LIBDPARSE= libdparse.a
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN= "Does not compile on !i386 and !amd64"
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${MANPREFIX}/man/man1
@@ -53,4 +47,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>