aboutsummaryrefslogtreecommitdiffstats
path: root/devel/abi-compliance-checker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/abi-compliance-checker/Makefile')
-rw-r--r--devel/abi-compliance-checker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile
index af0dec3ab02f..32533d6de1a5 100644
--- a/devel/abi-compliance-checker/Makefile
+++ b/devel/abi-compliance-checker/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= abi-compliance-checker
-PORTVERSION= 1.4
+PORTVERSION= 1.6
CATEGORIES= devel perl5
-MASTER_SITES= http://ispras.linux-foundation.org/images/c/c1/
+MASTER_SITES= http://ispras.linux-foundation.org/images/0/0e/
DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= bf1783@gmail.com
@@ -30,7 +30,7 @@ post-patch:
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
-regression-test: build
+test: build
@(cd ${WRKSRC} && ./${PORTNAME}.pl -test )
.include <bsd.port.mk>