diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-04 12:48:04 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-04 12:48:04 +0800 |
commit | d62c207a7f50f3c31653db3f4e047b337b881d1b (patch) | |
tree | 4ba055b8d644b2ba7d7c8de9bfa7fee8f99ce809 | |
parent | b23b3db8001c74d657c1817add8eb5f38f39717f (diff) | |
download | freebsd-ports-graphics-d62c207a7f50f3c31653db3f4e047b337b881d1b.tar.gz freebsd-ports-graphics-d62c207a7f50f3c31653db3f4e047b337b881d1b.tar.zst freebsd-ports-graphics-d62c207a7f50f3c31653db3f4e047b337b881d1b.zip |
- Fix plist
Submitted by: pointyhat via pavmail
Approved by: maintainer implicit
-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 a00704b37a8..9bd1c00bd15 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 7874377946d..2f9ee1be03e 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 |