diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:54:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:54:25 +0000 |
commit | a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (patch) | |
tree | 9cce7130d767493e0f4605ea12b6dca9f1b74702 /archivers/lha | |
parent | 2e8a5b794ca122b12ad4b375bd2cfd8f472f879a (diff) | |
download | pkgsrc-a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81.tar.gz |
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index b40a56885b3..ffbbe3b8a6a 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/02/25 09:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2019/11/02 22:54:26 rillig Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -11,18 +11,18 @@ HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm COMMENT= Archive files using LZW compression (.lzh files) LICENSE= lha-license -RESTRICTED= Other than for-free distribution of the unmodified source \ +RESTRICTED= Other than for-free distribution of the unmodified source \ over a network, redistribution terms are complex. -NO_SRC_ON_CDROM=${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} MAKE_FLAGS+= MAKE=${MAKE_PROGRAM:Q} -OPSYSVARS+= LHA_CPPFLAGS -LHA_CPPFLAGS= -DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR +OPSYSVARS+= LHA_CPPFLAGS +LHA_CPPFLAGS= -DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR LHA_CPPFLAGS.Darwin+= -DHAVE_NO_LCHOWN -MAKE_FLAGS+= MACHINE=${LHA_CPPFLAGS:Q} +MAKE_FLAGS+= MACHINE=${LHA_CPPFLAGS:Q} INSTALLATION_DIRS= bin ${PKGMANDIR}/ja_JP.EUC/man1 |