aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bnf/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-27 22:28:09 +0800
committerpav <pav@FreeBSD.org>2003-12-27 22:28:09 +0800
commit5b1de73e4bc000836ba65584012d0cf925ad7088 (patch)
treeec19b8fd2b124c2861286e2b42c1ed9e6f79f364 /devel/bnf/Makefile
parent10354226f5007bf42bb93d242ab4d4f83f64169c (diff)
downloadfreebsd-ports-gnome-5b1de73e4bc000836ba65584012d0cf925ad7088.tar.gz
freebsd-ports-gnome-5b1de73e4bc000836ba65584012d0cf925ad7088.tar.zst
freebsd-ports-gnome-5b1de73e4bc000836ba65584012d0cf925ad7088.zip
- Use INFO macro
PR: ports/60619 Submitted by: Ports Fury
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>