aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-07-30 15:39:11 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-07-30 15:39:11 +0200
commit464a761beec97f064e5dc7af898233e5b88e89de (patch)
tree4caaa1b6560d049a4c32b7ad1b74604401d047c6 /scripts/texlive/tlpsrc/Makefile
parentMake .extraebuild mandatory to take advantage of make dependencies (diff)
downloadaballier-464a761beec97f064e5dc7af898233e5b88e89de.tar.gz
aballier-464a761beec97f064e5dc7af898233e5b88e89de.tar.bz2
aballier-464a761beec97f064e5dc7af898233e5b88e89de.zip
rename *.extraebuild to *-post.ebuild so that my vim gentoo-syntax works on these too
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile')
-rw-r--r--scripts/texlive/tlpsrc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index f4b6957..db06331 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -104,10 +104,10 @@ clean:
$(MAKE) CONTENTS="$(shell cat $<)" -f Makefile-dist cataloguehtml
touch $@
-%.extraebuild:
+%-post.ebuild:
touch $@
-%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %.extraebuild
+%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %-post.ebuild
cat $(PORTDIR)/header.txt > $@
printf "EAPI=\"5\"\n\n" >> $@
echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@
@@ -134,7 +134,7 @@ clean:
echo -n 'RDEPEND="$${DEPEND} ' >> $@
-cat $(@:%.ebuild=%.extrardepend) >> $@
echo '"' >> $@
- cat $(@:%.ebuild=%.extraebuild) >> $@
+ cat $(@:%.ebuild=%-post.ebuild) >> $@
dist: lists $(VERSIONNED_ZIPS) $(EXTRA_DIST:%=%.doclist) $(EXTRA_DIST:%=%.srclist)
$(MAKE) CONTENTS="$(EXTRA_ZIP)" -f Makefile-dist versionnedzips