diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:55:04 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:55:04 +0000 |
commit | e8d65f9e66ec9f84bdea1e8a40584af5e48c8974 (patch) | |
tree | 394a499756d9bc6aa6a910d46873b32b5258b5fa /print/p5-Net-CUPS | |
parent | 1c9c0b7a4ac26d2a136e928e9e2e9a4d24fd127c (diff) | |
download | ports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.tar.gz ports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.zip |
Notes
Diffstat (limited to 'print/p5-Net-CUPS')
-rw-r--r-- | print/p5-Net-CUPS/Makefile | 8 | ||||
-rw-r--r-- | print/p5-Net-CUPS/pkg-plist | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile index 5e82c8d3238e..a393df591ea0 100644 --- a/print/p5-Net-CUPS/Makefile +++ b/print/p5-Net-CUPS/Makefile @@ -12,15 +12,9 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Interface to the CUPS API BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client -LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image +LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image USES= perl5 USE_PERL5= configure -MAN3= Net::CUPS.3 \ - Net::CUPS::Destination.3 \ - Net::CUPS::IPP.3 \ - Net::CUPS::PPD.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-Net-CUPS/pkg-plist b/print/p5-Net-CUPS/pkg-plist index 2ef8dc0cdebf..34deb0555451 100644 --- a/print/p5-Net-CUPS/pkg-plist +++ b/print/p5-Net-CUPS/pkg-plist @@ -9,6 +9,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/IPP/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/PPD/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/autosplit.ix +%%PERL5_MAN3%%/Net::CUPS.3.gz +%%PERL5_MAN3%%/Net::CUPS::Destination.3.gz +%%PERL5_MAN3%%/Net::CUPS::IPP.3.gz +%%PERL5_MAN3%%/Net::CUPS::PPD.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/PPD @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/IPP @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/Destination |