diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-08 10:35:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-08 10:35:10 +0000 |
commit | eb808b8c66e6ac68842e7bcfed4678ab08ee706a (patch) | |
tree | 12d44fcf911d809559b8869c40f0928963b69215 /textproc/p5-Text-ASCIITable/Makefile | |
parent | 60bd6ab479158a14f914dfa0eb63f30ad39d4375 (diff) | |
download | ports-eb808b8c66e6ac68842e7bcfed4678ab08ee706a.tar.gz ports-eb808b8c66e6ac68842e7bcfed4678ab08ee706a.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable/Makefile')
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 1f790ffe10d2..998a06190c67 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-ASCIITable -PORTVERSION= 0.20 -PORTREVISION= 2 +PORTVERSION= 0.22 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,11 +22,8 @@ OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= ansi-example.pl -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/ansi-example.pl ${STAGEDIR}${EXAMPLESDIR} -regression-test: build - cd ${WRKSRC}/ && ./Build test - .include <bsd.port.mk> |