diff options
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 5 | ||||
-rw-r--r-- | devel/gperf/pkg-descr | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index ed490471744b..1fc0e5f57982 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -19,4 +19,9 @@ MAN1= gperf.1 INFO= gperf CONFIGURE_ARGS+= --docdir=${DOCSDIR} +regression-test: test + +test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> diff --git a/devel/gperf/pkg-descr b/devel/gperf/pkg-descr index bd9d14ea680c..3aa0bd610c1e 100644 --- a/devel/gperf/pkg-descr +++ b/devel/gperf/pkg-descr @@ -19,6 +19,4 @@ Output from the GPERF program is used to recognize reserved words in the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU indent program. -Happy hacking! - -Douglas C. Schmidt +WWW: http://www.gnu.org/software/gperf/ |