pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/openrcs



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Dec 17 13:33:08 UTC 2016

Modified Files:
        pkgsrc/devel/openrcs: Makefile

Log Message:
Fixed pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/openrcs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/openrcs/Makefile
diff -u pkgsrc/devel/openrcs/Makefile:1.3 pkgsrc/devel/openrcs/Makefile:1.4
--- pkgsrc/devel/openrcs/Makefile:1.3   Wed Aug 13 22:38:33 2014
+++ pkgsrc/devel/openrcs/Makefile       Sat Dec 17 13:33:08 2016
@@ -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 @@ MAINTAINER=   asau%inbox.ru@localhost
 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