diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:41 +0000 |
commit | 0f2200e4944397cc83f2e133d126dc6804eb4d8a (patch) | |
tree | fb33e464d300af0705afb9277fa2a2db0443db11 /print | |
parent | 2e95bf0cd1bd0ee77128806c451a0a02eaf68222 (diff) | |
download | ports-0f2200e4944397cc83f2e133d126dc6804eb4d8a.tar.gz ports-0f2200e4944397cc83f2e133d126dc6804eb4d8a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/a2pdf/Makefile | 2 | ||||
-rw-r--r-- | print/a2pdf/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index 529b9d16a8e5..08e33754e3a7 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -20,7 +20,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= ${PORTNAME}.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/a2pdf/pkg-plist b/print/a2pdf/pkg-plist index 0ad288f43055..7a66c7b7d0c7 100644 --- a/print/a2pdf/pkg-plist +++ b/print/a2pdf/pkg-plist @@ -1,5 +1,6 @@ bin/a2pdf %%SITE_PERL%%/App/a2pdf.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/a2pdf/.packlist +man/man1/a2pdf.1.gz @dirrmtry %%SITE_PERL%%/App @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/a2pdf |