diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:12:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:12:12 +0800 |
commit | d23a31a5f1ecca170cc8e1b30da3b7d406770b24 (patch) | |
tree | 8a9340359c750dad4335a8605f3bf9a7f41a73d0 /textproc | |
parent | f8531f860aedd17c0db34268d9c90c281d4321db (diff) | |
download | freebsd-ports-gnome-d23a31a5f1ecca170cc8e1b30da3b7d406770b24.tar.gz freebsd-ports-gnome-d23a31a5f1ecca170cc8e1b30da3b7d406770b24.tar.zst freebsd-ports-gnome-d23a31a5f1ecca170cc8e1b30da3b7d406770b24.zip |
- Add LICENSE_FILE
- Fix shebang
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfoutline/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile index 5de5f03353db..1eeaee31e3ce 100644 --- a/textproc/pdfoutline/Makefile +++ b/textproc/pdfoutline/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdfoutline PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} DISTNAME= fntsample-${PORTVERSION} @@ -11,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add outlines to PDF files LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 @@ -18,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= run -USES= perl5 pkgconfig +USES= perl5 pkgconfig shebangfix +SHEBANG_FILES= pdfoutline.pl PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |