diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 21:34:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 21:34:23 +0000 |
commit | e462215b1bb7b96086160206c70e749d55d22979 (patch) | |
tree | 7a52cc34e2a95fa3de24a42d26862e55144a1311 /print/foomatic-db-engine | |
parent | acc9ba9bb2d27546775b7e3f2322cb6b7d008314 (diff) |
Notes
Diffstat (limited to 'print/foomatic-db-engine')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 8 | ||||
-rw-r--r-- | print/foomatic-db-engine/pkg-plist | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 74539e704807..6dbddc392897 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -6,23 +6,21 @@ # PORTNAME= foomatic-db-engine -PORTVERSION= 20030704 +PORTVERSION= 20031120 CATEGORIES= print MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic database engine +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ curl.2:${PORTSDIR}/ftp/curl -BROKEN= Does not compile, will be removed after Feb 2 - USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes USE_AUTOCONF= yes -USE_AUTOMAKE= yes GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS CONFIGURE_ARGS= --prefix=${PREFIX} @@ -36,7 +34,7 @@ CVS_MODULE= foomatic-db-engine MAN1= foomatic-printjob.1 foomatic-ppdfile.1 foomatic-perl-data.1 \ foomatic-configure.1 foomatic-compiledb.1 foomatic-combo-xml.1 -MAN8= foomatic-preferred-driver.8 foomatic-ppdload.8 \ +MAN8= foomatic-preferred-driver.8 \ foomatic-kitload.8 foomatic-getpjloptions.8 \ foomatic-addpjloptions.8 diff --git a/print/foomatic-db-engine/pkg-plist b/print/foomatic-db-engine/pkg-plist index 33b1b3e7e323..fd02305945da 100644 --- a/print/foomatic-db-engine/pkg-plist +++ b/print/foomatic-db-engine/pkg-plist @@ -9,20 +9,18 @@ bin/foomatic-printjob %%SITE_PERL%%/Foomatic/Defaults.pm %%SITE_PERL%%/Foomatic/PPD.pm %%SITE_PERL%%/Foomatic/UIElem.pm -%%SITE_PERL%%/mach/auto/Foomatic/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic/.packlist sbin/foomatic-addpjloptions sbin/foomatic-fix-xml sbin/foomatic-getpjloptions sbin/foomatic-kitload sbin/foomatic-nonumericalids -sbin/foomatic-ppdload sbin/foomatic-preferred-driver sbin/foomatic-replaceoldprinterids share/foomatic/templates/pjl_enum_choice.xml share/foomatic/templates/pjl_enum_option.xml share/foomatic/templates/pjl_num_option.xml -@dirrm etc/foomatic @dirrm %%SITE_PERL%%/Foomatic -@dirrm %%SITE_PERL%%/mach/auto/Foomatic/ +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic @dirrm share/foomatic/templates @dirrm share/foomatic |