pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/pslib fix pkglint warning (using && instead of ; ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ff40e0d391e
branches: trunk
changeset: 329139:9ff40e0d391e
user: plunky <plunky%pkgsrc.org@localhost>
date: Thu Jan 31 16:33:15 2019 +0000
description:
fix pkglint warning (using && instead of ; to separate commands)
no functional change
diffstat:
print/pslib/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r a78cb3a24e15 -r 9ff40e0d391e print/pslib/Makefile
--- a/print/pslib/Makefile Thu Jan 31 14:28:37 2019 +0000
+++ b/print/pslib/Makefile Thu Jan 31 16:33:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/01/31 16:33:15 plunky Exp $
#
DISTNAME= pslib-0.4.5
@@ -21,10 +21,10 @@
# share/locale/de/LC_MESSAGES/pslib.mo is missing without these
post-build:
- (cd ${WRKSRC}/po; ${GMAKE})
+ cd ${WRKSRC}/po && ${GMAKE}
post-install:
- (cd ${WRKSRC}/po; ${GMAKE} install)
+ cd ${WRKSRC}/po && ${GMAKE} install
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index