pkgsrc-WIP-changes archive

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

terminology: spaces -> tabs in Makefile



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 13:33:37 2018 +0100
Changeset:	5bbd64264999c6df956cdc09ff5431f3a1c8a29e

Modified Files:
	terminology/Makefile

Log Message:
terminology: spaces -> tabs in Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bbd64264999c6df956cdc09ff5431f3a1c8a29e

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

diffstat:
 terminology/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/terminology/Makefile b/terminology/Makefile
index f28464b260..ba6ab901d0 100644
--- a/terminology/Makefile
+++ b/terminology/Makefile
@@ -10,12 +10,12 @@ HOMEPAGE=       https://download.enlightenment.org/rel/apps/terminology/
 COMMENT=        Enlightenment terminal
 LICENSE=        2-clause-bsd
 
-DEPENDS+=       efl121-[0-9]*:../../wip/ecore121/
+DEPENDS+=       efl121-[0-9]*:../../wip/efl121
 
 INSTALLATION_DIRS=      share/doc/terminology
 
 post-install:
-        ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
+	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
             ${DESTDIR}${PREFIX}/share/doc/terminology
 
 .include "../efl121/buildlink3.mk"


Home | Main Index | Thread Index | Old Index