diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-08 08:36:38 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-08 08:36:38 +0000 |
commit | 276cff0a07b973c368f2fac095fa7fb6f623f5b0 (patch) | |
tree | efa115dbaa94e13c2275e21116bd1f0d350b7d3b /databases | |
parent | 3402631401341c445c1bf7b99b377c98de3cbb4a (diff) | |
download | ports-276cff0a07b973c368f2fac095fa7fb6f623f5b0.tar.gz ports-276cff0a07b973c368f2fac095fa7fb6f623f5b0.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Test-DatabaseRow/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-Test-DatabaseRow/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/databases/p5-Test-DatabaseRow/Makefile b/databases/p5-Test-DatabaseRow/Makefile index 74dd07a20f60..4a656d3b10bc 100644 --- a/databases/p5-Test-DatabaseRow/Makefile +++ b/databases/p5-Test-DatabaseRow/Makefile @@ -23,7 +23,4 @@ PERL_CONFIGURE= yes MAN3= Test::DatabaseRow.3 -post-configure: - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/databases/p5-Test-DatabaseRow/pkg-descr b/databases/p5-Test-DatabaseRow/pkg-descr index 728040f19c37..80e9522553b4 100644 --- a/databases/p5-Test-DatabaseRow/pkg-descr +++ b/databases/p5-Test-DatabaseRow/pkg-descr @@ -4,4 +4,4 @@ details in a table or not. For more advanced testing (joins, etc) it's probably easier for you to roll your own tests by hand than use this module. -WWW: http://search.cpan.org/~mark/Test-DatabaseRow-1.04/ +WWW: http://search.cpan.org/dist/Test-DatabaseRow/ |