diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/povray | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/povray')
-rw-r--r-- | graphics/povray/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 905cb25de90..e3b68c866c4 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2018/01/14 14:58:39 rillig Exp $ +# $NetBSD: Makefile,v 1.57 2019/11/02 22:38:02 rillig Exp $ DISTNAME= povray-3.6.1 PKGREVISION= 15 @@ -30,9 +30,9 @@ GCC_REQD+= 3.4 PLIST_SUBST+= POVRAY=povray-3.6 PKG_SYSCONFSUBDIR= povray/3.6 -EGDIR= ${PREFIX}/share/examples/povray -CONF_FILES= ${EGDIR}/povray.conf ${PKG_SYSCONFDIR}/povray.conf -CONF_FILES+= ${EGDIR}/povray.ini ${PKG_SYSCONFDIR}/povray.ini +EGDIR= ${PREFIX}/share/examples/povray +CONF_FILES= ${EGDIR}/povray.conf ${PKG_SYSCONFDIR}/povray.conf +CONF_FILES+= ${EGDIR}/povray.ini ${PKG_SYSCONFDIR}/povray.ini INSTALLATION_DIRS= share/povray-3.6/scripts |