pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ecb



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr  4 03:44:57 UTC 2020

Modified Files:
        pkgsrc/devel/ecb: Makefile

Log Message:
(devel/ecb) Fix install stage, ${TAR} was not defined


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ecb/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/ecb/Makefile
diff -u pkgsrc/devel/ecb/Makefile:1.1 pkgsrc/devel/ecb/Makefile:1.2
--- pkgsrc/devel/ecb/Makefile:1.1       Tue Jan 21 11:56:48 2020
+++ pkgsrc/devel/ecb/Makefile   Sat Apr  4 03:44:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/21 11:56:48 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/04 03:44:57 mef Exp $
 
 DISTNAME=      ecb-2.50
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/ecb-home/ec
 COMMENT=       Emacs Code Browser
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS=     find gmake makeinfo
+USE_TOOLS=     find gmake makeinfo tar
 INFO_FILES=    yes
 
 MAKE_FLAGS+=           EMACS=${EMACS_BIN}



Home | Main Index | Thread Index | Old Index