diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-11-21 20:01:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-11-21 20:01:12 +0000 |
commit | 4d508758c373d89fa2adf4c6eee76126f1a75082 (patch) | |
tree | a37107a12beadb4e9c74e8e2e4cf7eb148170d95 /graphics/swftools | |
parent | 9d85f7d7432038eb8bb0e5dc4e2b73f83d6e3ad6 (diff) |
- rename MAN1
Notes
Notes:
svn path=/head/; revision=402193
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 1c7122957a21..4a28cd4dbc8e 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -19,12 +19,12 @@ LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= gmake jpeg pkgconfig +USES= gmake pkgconfig jpeg USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no -MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ +LMAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ png2swf.1 swfbbox.1 swfc.1 swfcombine.1 swfdump.1 \ swfextract.1 swfrender.1 swfstrings.1 wav2swf.1 @@ -47,7 +47,7 @@ CONFIGURE_ENV+= ac_cv_lib_mp3lame_lame_init=no .endif .if ${PORT_OPTIONS:MPDF} -MAN1+= pdf2pdf.1 +LMAN1+= pdf2pdf.1 BINFILES+= pdf2pdf .else CONFIGURE_ENV+= ac_cv_lib_pdf_PDF_open_file=no @@ -65,7 +65,7 @@ do-install: .for i in ${BINFILES} ${INSTALL_PROGRAM} ${WRKSRC}/src/${i} ${STAGEDIR}${PREFIX}/bin/ .endfor -.for i in ${MAN1} +.for i in ${LMAN1} ${INSTALL_DATA} ${WRKSRC}/src/${i} ${STAGEDIR}${PREFIX}/man/man1/ .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/swfs |