aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-09 22:26:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-09 22:26:50 +0800
commit521e5bd25bffb0f6ea452e3d475fa39577d69bf0 (patch)
tree236f97f22c1c836cdcbacc857187b624417c2707
parent29f6669850e5ddde32488817c932efbc04316b05 (diff)
downloadfreebsd-ports-gnome-521e5bd25bffb0f6ea452e3d475fa39577d69bf0.tar.gz
freebsd-ports-gnome-521e5bd25bffb0f6ea452e3d475fa39577d69bf0.tar.zst
freebsd-ports-gnome-521e5bd25bffb0f6ea452e3d475fa39577d69bf0.zip
- Convert to new test framework
- Cosmetic change - Reformat pkg-descr - Take maintainership
-rw-r--r--devel/byacc/Makefile8
-rw-r--r--devel/byacc/pkg-descr7
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile
index df34ebfe17f6..999b76563b98 100644
--- a/devel/byacc/Makefile
+++ b/devel/byacc/Makefile
@@ -5,17 +5,15 @@ PORTVERSION= 20150711
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Best yacc variant available
-USES= tar:tgz
GNU_CONFIGURE= yes
MAKEFILE= makefile
+TEST_TARGET= check
+USES= tar:tgz
PLIST_FILES= bin/yacc \
man/man1/yacc.1.gz
-regression-test: build
- @cd ${WRKSRC}; ${MAKE_CMD} check
-
.include <bsd.port.mk>
diff --git a/devel/byacc/pkg-descr b/devel/byacc/pkg-descr
index c94b8cb921b4..92dd34841146 100644
--- a/devel/byacc/pkg-descr
+++ b/devel/byacc/pkg-descr
@@ -1,6 +1,5 @@
-Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc
-has been made as compatible as possible with AT&T Yacc. Berkeley
-Yacc can accept any input specification that conforms to the AT&T
-Yacc documentation.
+Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made
+as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
+specification that conforms to the AT&T Yacc documentation.
WWW: http://invisible-island.net/byacc/