aboutsummaryrefslogtreecommitdiff
path: root/devel/bnf/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-27 14:28:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-27 14:28:09 +0000
commit5dc1e89172bdbcd413acca4617dbddcb6b8f8e2e (patch)
tree6f9301fff116b43060af779e44a0863ed3dc4bf8 /devel/bnf/Makefile
parenta87b00b88123c55da013f2879dc64560ba94928c (diff)
Notes
Diffstat (limited to 'devel/bnf/Makefile')
-rw-r--r--devel/bnf/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile
index 504d3049546f..10acb74df75d 100644
--- a/devel/bnf/Makefile
+++ b/devel/bnf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bnf
PORTVERSION= 1.6.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,15 +17,6 @@ COMMENT= Generate C parser given a grammar in BNF notation
GNU_CONFIGURE= yes
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/bnf ${PREFIX}/bin/bnf
-.if !defined(NOPORTDOCS)
- @${INSTALL_DATA} ${WRKSRC}/doc/bnf.info ${PREFIX}/info
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @install-info ${PREFIX}/info/bnf.info ${PREFIX}/info/dir
-.endif
+INFO= bnf
.include <bsd.port.mk>