aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
blob: a98aaf63bb227ceaad72f443413217846587f9a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%.eplug: %.eplug.in
    sed -e 's|\@PLUGINDIR\@|$(plugindir)|'      \
    -e 's|\@SOEXT\@|$(SOEXT)|'          \
    -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|'  \
    -e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@

%.eplug.in: %.eplug.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@

%.error: %.error.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
'>stats
path: root/devel/p5-Devel-DProfPP
Commit message (Expand)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-10-292-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkmat2013-08-031-6/+3
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1