diff options
author | mat <mat@FreeBSD.org> | 2018-08-20 21:40:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-08-20 21:40:45 +0800 |
commit | 191eae661a2aaeca87ada312f5f34d8c310b07cd (patch) | |
tree | 0b250c1d571e860e1d3840634ce6215850e320f5 /print | |
parent | 04042b49707b2b964daccee34fc3f3eeb6af55fb (diff) | |
download | freebsd-ports-gnome-191eae661a2aaeca87ada312f5f34d8c310b07cd.tar.gz freebsd-ports-gnome-191eae661a2aaeca87ada312f5f34d8c310b07cd.tar.zst freebsd-ports-gnome-191eae661a2aaeca87ada312f5f34d8c310b07cd.zip |
Give back to the pool.
I have been pointed to graphics/poppler-utils that contains all the
tools I need, and has a much smaller footprint.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index f57ff3662c7a..84cb73435671 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ LOCAL/mat/pdftk DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= mat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple tool for doing everyday things with PDF documents LICENSE= GPLv2 |