diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-27 19:07:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-27 19:07:46 +0000 |
commit | 54add87f5205bcfa693b9fe1a414a2b47296fef2 (patch) | |
tree | 2af412870dfea2b67d087c304178068cabfd3161 /pkgtools/pkg_tarup | |
parent | 535d9a7aa109752a79bb17974a560c50c6d27054 (diff) | |
download | pkgsrc-54add87f5205bcfa693b9fe1a414a2b47296fef2.tar.gz |
pkgtools/*: Realign variables in Makefiles
Mainly done by pkglint, manually reviewed and improved in some few cases.
Diffstat (limited to 'pkgtools/pkg_tarup')
-rw-r--r-- | pkgtools/pkg_tarup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile index af7ecb759cb..d3ee97ef022 100644 --- a/pkgtools/pkg_tarup/Makefile +++ b/pkgtools/pkg_tarup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/03/03 03:30:54 obache Exp $ +# $NetBSD: Makefile,v 1.42 2018/01/27 19:07:47 rillig Exp $ PKGNAME= pkg_tarup-1.9.1 CATEGORIES= pkgtools @@ -12,7 +12,7 @@ USE_LANGUAGES= # none AUTO_MKDIRS= yes # Set SCRIPT_SUBST to substitute "@VARIABLE@" with "value" -SUBST_CLASSES+= tarup +SUBST_CLASSES+= tarup SUBST_STAGE.tarup= do-configure SUBST_FILES.tarup= pkg_tarup pkg_tarup_all pkg_tarup.1 SUBST_VARS.tarup= ECHO ECHO_N GREP HEAD ID PKG_DBDIR PKG_SUFX PKG_TOOLS_BIN PREFIX SED SH SU_CMD XARGS |