diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/p5-Encode-HanConvert | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) | |
download | ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.gz ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.zip |
Notes
Diffstat (limited to 'chinese/p5-Encode-HanConvert')
-rw-r--r-- | chinese/p5-Encode-HanConvert/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/p5-Encode-HanConvert/Makefile b/chinese/p5-Encode-HanConvert/Makefile index 19e678ac7b70..d785d6176beb 100644 --- a/chinese/p5-Encode-HanConvert/Makefile +++ b/chinese/p5-Encode-HanConvert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Encode-HanConvert -# Date created: 15 April 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# +# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> # $FreeBSD$ -# PORTNAME= Encode-HanConvert PORTVERSION= 0.35 @@ -19,6 +15,7 @@ USE_PERL5= configure MAN1= b2g.pl.1 g2b.pl.1 +NO_STAGE= yes regression-test: cd ${WRKSRC} && ${MAKE} test |