diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-19 09:42:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-19 09:42:56 +0000 |
commit | 9a86e71f12e683409c060495767bb46342e41850 (patch) | |
tree | a1179ae084e1170f75bc3a516df100bce29b01e6 /lang/parrot/Makefile | |
parent | e1e2b1c2c67282e708b0a64d741a592a48013546 (diff) | |
download | ports-9a86e71f12e683409c060495767bb46342e41850.tar.gz ports-9a86e71f12e683409c060495767bb46342e41850.zip |
Notes
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index b51e1d8ca356..953190d3bf86 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= PARROT_VER="${PORTVERSION}" \ do-configure: cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} -test: +regression-test test: build cd ${WRKSRC} && ${MAKE} test x-generate-plist: |