diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
commit | b3e78ade011570b1dcd461898d088ea9902301f3 (patch) | |
tree | 1b9d2a85506cfbc18e5e565e509c8f2fda283e6c /print | |
parent | 062278df4f252956f2bda5c98ae5be602329048b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcolorsplit/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/pdfcolorsplit/Makefile b/print/pdfcolorsplit/Makefile index 802b4a80dbef..114b0dca1ae0 100644 --- a/print/pdfcolorsplit/Makefile +++ b/print/pdfcolorsplit/Makefile @@ -19,14 +19,14 @@ LICENSE= GPLv2 RUN_DEPENDS= pdftk:${PORTSDIR}/print/pdftk \ pdftoppm:${PORTSDIR}/graphics/xpdf -USE_GHOSTSCRIPT_RUN= YES -USE_PYTHON= YES -USE_XZ= YES +USE_GHOSTSCRIPT_RUN= yes +USE_PYTHON= yes +USE_XZ= yes PLIST_FILES= bin/${PORTNAME} -NO_BUILD= YES -NO_WRKSUBDIR= YES +NO_BUILD= yes +NO_WRKSUBDIR= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ |