diff options
author | wiz <wiz> | 2005-02-22 00:31:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-22 00:31:08 +0000 |
commit | 27fb4ce150cdce117ffd6244a092aaac49d0c573 (patch) | |
tree | a1fe13b81110b8197f5f4cf36f3ec92755b89419 | |
parent | 06ad325144506bae7fd892149cd7fe6e631b2230 (diff) | |
download | pkgsrc-27fb4ce150cdce117ffd6244a092aaac49d0c573.tar.gz |
Add and enable p5-Pod-Coverage.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6107d7e5331..c5035d869ea 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.279 2005/02/19 19:23:04 wiz Exp $ +# $NetBSD: Makefile,v 1.280 2005/02/22 00:31:08 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -138,6 +138,7 @@ SUBDIR+= p5-Filter SUBDIR+= p5-PDF SUBDIR+= p5-PDF-API2 SUBDIR+= p5-PDF-Create +SUBDIR+= p5-Pod-Coverage SUBDIR+= p5-Pod-Escapes SUBDIR+= p5-Pod-POM SUBDIR+= p5-Pod-Simple |