summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
commit32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch)
tree5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/urt
parent2476b87659dab34be04553e56079d38facafe0ad (diff)
downloadpkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 604f98e00cc..9f0a8038bad 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2018/01/14 14:58:40 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2019/11/02 22:38:05 rillig Exp $
DISTNAME= urt
PKGNAME= urt-3.1b1
@@ -7,9 +7,9 @@ CATEGORIES= graphics
MASTER_SITES= ftp://ftp.iastate.edu/pub/utah-raster/
DISTFILES= urt-3.1b.tar.Z urt-doc.tar.Z urt-img.tar.Z
-PATCH_SITES= http://www.funet.fi/pub/graphics/packages/urt/rel2/
-PATCHFILES= urt-3.1b-3.1b1.patch
-PATCH_DIST_STRIP=-p1
+PATCH_SITES= http://www.funet.fi/pub/graphics/packages/urt/rel2/
+PATCHFILES= urt-3.1b-3.1b1.patch
+PATCH_DIST_STRIP= -p1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.utah.edu/gdc/projects/urt/
@@ -17,21 +17,21 @@ COMMENT= Toolkit and library for raster image processing
EXTRACT_ONLY= urt-3.1b.tar.Z
-WRKSRC= ${WRKDIR}
-USE_LIBTOOL= yes
-USE_TOOLS+= pax
-CONFIGURE_SCRIPT=./Configure
+WRKSRC= ${WRKDIR}
+USE_LIBTOOL= yes
+USE_TOOLS+= pax
+CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= config/urt
-HAS_CONFIGURE= yes
-MAKE_FILE= makefile
-BUILD_TARGET= # the default one
+HAS_CONFIGURE= yes
+MAKE_FILE= makefile
+BUILD_TARGET= # the default one
AUTO_MKDIRS= yes
post-extract:
chmod 644 ${WRKSRC}/man/man1/rletotarga.1
-SUBST_CLASSES+= man
+SUBST_CLASSES+= man
SUBST_STAGE.man= pre-configure
SUBST_FILES.man= config/urt
SUBST_SED.man= -e 's,^\(\#defpath MAN_DEST\).*,\1 ${PREFIX}/${PKGMANDIR},'