summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2016-12-17 13:33:08 +0000
committerrillig <rillig>2016-12-17 13:33:08 +0000
commit78f7d8325b0c6b4f9f63c50f77c7df84204bc42a (patch)
tree7fd011a1dd3b6b82d977f2a8a117396cddaf6c83 /devel
parent73c9ed44c5212bc6109366d5f09d29c3adfd0729 (diff)
downloadpkgsrc-78f7d8325b0c6b4f9f63c50f77c7df84204bc42a.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r--devel/openrcs/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/openrcs/Makefile b/devel/openrcs/Makefile
index 9f8c2f8f238..0166a1791fe 100644
--- a/devel/openrcs/Makefile
+++ b/devel/openrcs/Makefile
@@ -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
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"