diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-04 04:48:04 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-04 04:48:04 +0000 |
commit | d62df225496b5feb6452edccad2fe91231898a0d (patch) | |
tree | 28b4699e1a462d5f9690325cff4c38d9da870ab6 | |
parent | 91f0eda57d9a72e3fa462a98a81ac28686bc52de (diff) |
Notes
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/Makefile | 3 | ||||
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/pkg-plist | 22 |
2 files changed, 14 insertions, 11 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile index a00704b37a80..9bd1c00bd151 100644 --- a/www/pear-Services_W3C_HTMLValidator/Makefile +++ b/www/pear-Services_W3C_HTMLValidator/Makefile @@ -29,6 +29,9 @@ TESTS= AllTests.php Services/W3C/HTMLValidatorTest.php _EXAMPLESDIR= docs/examples +PLIST_SUB= PORTVERSION=${PORTVERSION} \ + PORTREVISION=${PORTREVISION} + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/www/pear-Services_W3C_HTMLValidator/pkg-plist b/www/pear-Services_W3C_HTMLValidator/pkg-plist index 7874377946d7..2f9ee1be03ed 100644 --- a/www/pear-Services_W3C_HTMLValidator/pkg-plist +++ b/www/pear-Services_W3C_HTMLValidator/pkg-plist @@ -1,11 +1,3 @@ -share/pear/Services/HTMLValidator/Error.php -share/pear/Services/HTMLValidator/Message.php -share/pear/Services/HTMLValidator/Response.php -share/pear/Services/HTMLValidator/Warning.php -share/pear/Services/HTMLValidator.php -share/pear/tests/Services_W3C_HTMLValidator/AllTests.php -share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/HTMLValidatorTest.php -share/pear/packages/pear-Services_W3C_HTMLValidator-1.0.0r2/package.xml share/examples/pear/Services_W3C_HTMLValidator/PHPUnit/URIValidationTest.php share/examples/pear/Services_W3C_HTMLValidator/PHPUnit/ValidationSuite.php share/examples/pear/Services_W3C_HTMLValidator/example.html @@ -13,11 +5,19 @@ share/examples/pear/Services_W3C_HTMLValidator/validate_byfile.php share/examples/pear/Services_W3C_HTMLValidator/validate_byuri.php share/examples/pear/Services_W3C_HTMLValidator/validate_fragment.php share/examples/pear/Services_W3C_HTMLValidator/validate_responsexml.php -@dirrm share/pear/Services/HTMLValidator -@dirrm share/pear/Services +share/pear/Services/HTMLValidator.php +share/pear/Services/HTMLValidator/Error.php +share/pear/Services/HTMLValidator/Message.php +share/pear/Services/HTMLValidator/Response.php +share/pear/Services/HTMLValidator/Warning.php +share/pear/packages/pear-Services_W3C_HTMLValidator-%%PORTVERSION%%_%%PORTREVISION%%/package.xml +share/pear/tests/Services_W3C_HTMLValidator/AllTests.php +share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/HTMLValidatorTest.php @dirrm share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/ @dirrm share/pear/tests/Services_W3C_HTMLValidator/Services @dirrm share/pear/tests/Services_W3C_HTMLValidator +@dirrm share/pear/packages/pear-Services_W3C_HTMLValidator-%%PORTVERSION%%_%%PORTREVISION%% +@dirrm share/pear/Services/HTMLValidator +@dirrm share/pear/Services @dirrm share/examples/pear/Services_W3C_HTMLValidator/PHPUnit @dirrm share/examples/pear/Services_W3C_HTMLValidator -@dirrm share/pear/packages/pear-Services_W3C_HTMLValidator-1.0.0r2 |