aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/bnf/Makefile12
-rw-r--r--devel/bnf/pkg-plist3
2 files changed, 2 insertions, 13 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>
diff --git a/devel/bnf/pkg-plist b/devel/bnf/pkg-plist
index 8296be9703c7..6c23dfe45709 100644
--- a/devel/bnf/pkg-plist
+++ b/devel/bnf/pkg-plist
@@ -1,4 +1 @@
bin/bnf
-%%PORTDOCS%%@unexec install-info --delete %D/%%PORTDOCS%%info/bnf.info %D/info/dir
-%%PORTDOCS%%info/bnf.info
-%%PORTDOCS%%@exec install-info %D/%%PORTDOCS%%info/bnf.info %D/info/dir