diff options
author | pav <pav@FreeBSD.org> | 2009-01-31 04:27:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-31 04:27:28 +0800 |
commit | c712a006fb890dd25decf17ad18672f239e8fc1d (patch) | |
tree | dbf6f7af8d0b93915bbfda93903772c64dff1c8c /textproc | |
parent | b17d1093e8ec7091789f2b5be9136e4879ff6532 (diff) | |
download | freebsd-ports-graphics-c712a006fb890dd25decf17ad18672f239e8fc1d.tar.gz freebsd-ports-graphics-c712a006fb890dd25decf17ad18672f239e8fc1d.tar.zst freebsd-ports-graphics-c712a006fb890dd25decf17ad18672f239e8fc1d.zip |
- Fix previous revision which broke fetching
Reported by: -fetch-original pointyhat run
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-libxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index d4ec94a438a..4be84427f27 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -8,7 +8,7 @@ PORTNAME= libxml PORTVERSION= 0.08 CATEGORIES= textproc perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/XML PKGNAMEPREFIX= p5- DISTNAME= libxml-perl-${PORTVERSION} |