diff options
author | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
commit | 9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch) | |
tree | 3edffe88f797443382147254706925dcdabc05e0 /print | |
parent | 96b10301f4cd42e77bd07254093a85bc5b89f04f (diff) | |
download | freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.gz freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.zst freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.zip |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
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/ |