pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/openrcs Fixed pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/25a9b8d8ea2c
branches: trunk
changeset: 356012:25a9b8d8ea2c
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Dec 17 13:33:08 2016 +0000
description:
Fixed pkglint warnings.
diffstat:
devel/openrcs/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 6875c04d1ee8 -r 25a9b8d8ea2c devel/openrcs/Makefile
--- a/devel/openrcs/Makefile Sat Dec 17 13:31:23 2016 +0000
+++ b/devel/openrcs/Makefile Sat Dec 17 13:33:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/08/13 22:38:33 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2016/12/17 13:33:08 rillig Exp $
DISTNAME= openrcs-20110824192219
CATEGORIES= devel
@@ -8,17 +8,17 @@
HOMEPAGE= http://chl.be/openrcs/
COMMENT= OpenRCS is RCS clone from OpenBSD project
-WRKSRC= $(WRKDIR)/openrcs
+WRKSRC= ${WRKDIR}/openrcs
USE_TOOLS+= aclocal automake autoconf yacc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
pre-configure:
- cd $(WRKSRC) && ${PREFIX}/bin/libtoolize --copy --force
- cd $(WRKSRC) && ${TOOLS_CMD.aclocal}
- cd $(WRKSRC) && ${TOOLS_CMD.autoconf}
- cd $(WRKSRC) && ${TOOLS_CMD.autoheader}
- cd $(WRKSRC) && ${TOOLS_CMD.automake} --foreign --add-missing --copy
+ cd ${WRKSRC} && ${PREFIX}/bin/libtoolize --copy --force
+ cd ${WRKSRC} && ${TOOLS_CMD.aclocal}
+ cd ${WRKSRC} && ${TOOLS_CMD.autoconf}
+ cd ${WRKSRC} && ${TOOLS_CMD.autoheader}
+ cd ${WRKSRC} && ${TOOLS_CMD.automake} --foreign --add-missing --copy
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index