1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Fix plist with perl 5.8.9

This commit is contained in:
Pav Lucistnik 2009-01-15 09:26:50 +00:00
parent 8f4e31b51c
commit 35c7d4cffb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226154
3 changed files with 8 additions and 5 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= psgconf
PORTVERSION= 3.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/

View File

@ -1,9 +1,9 @@
etc/psg.conf.sample
etc/psgconf_modules.sample
sbin/ConfigFile2Storable
sbin/psgconf
sbin/psgconf-import
sbin/platform-name
bin/ConfigFile2Storable
bin/psgconf
bin/psgconf-import
bin/platform-name
%%DATADIR%%/config/defaults.conf
%%DATADIR%%/config/platform-fc4.conf
%%DATADIR%%/config/platform-freebsd4.conf

View File

@ -7,6 +7,7 @@
PORTNAME= XML-DOM2
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= XML
@ -26,6 +27,7 @@ MAN3= XML::DOM2::Attribute.3 XML::DOM2::Element.3 \
XML::DOM2::DOM::Document.3 XML::DOM2::Parser.3 \
XML::DOM2::Attribute::Namespace.3 XML::DOM2::XPath.3 \
XML::DOM2::DOM::NameSpace.3 XML::DOM2::Element::CDATA.3 \
XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3
XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3 \
XML::DOM2::DOM::Attribute.3
.include <bsd.port.mk>