* Remove unused SUBST_*.
* Whitespaces to tabs.
This commit is contained in:
parent
26168bd6ae
commit
ca52e0989a
1 changed files with 7 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2013/03/16 15:56:17 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2013/03/16 16:02:06 ryoon Exp $
|
||||
#
|
||||
|
||||
GLVER= 3.4
|
||||
|
@ -28,18 +28,12 @@ REPLACE_PERL= src/lib/* src/VREF/* src/triggers/* src/triggers/*/* \
|
|||
REPLACE_SH= src/VREF/* src/triggers/* src/triggers/post-compile/* \
|
||||
src/commands/*
|
||||
|
||||
SUBST_CLASSES+= perl
|
||||
SUBST_STAGE.perl= pre-configure
|
||||
SUBST_MESSAGE.perl= Set PERL5
|
||||
SUBST_FILES.perl+= src/lib/Gitolite/Hooks/*
|
||||
SUBST_SED.perl+= -e 's,/usr/bin/perl,${PERL5},g'
|
||||
|
||||
SUBST_CLASSES+= prefix
|
||||
SUBST_STAGE.prefix= pre-configure
|
||||
SUBST_MESSAGE.prefix= Set PREFIX
|
||||
SUBST_FILES.prefix= src/gitolite
|
||||
SUBST_FILES.prefix+= src/lib/Gitolite/Rc.pm
|
||||
SUBST_VARS.prefix= PREFIX
|
||||
SUBST_CLASSES+= perl
|
||||
SUBST_STAGE.perl= pre-configure
|
||||
SUBST_MESSAGE.perl= Set PERL5
|
||||
SUBST_FILES.perl= src/gitolite
|
||||
SUBST_FILES.perl+= src/lib/Gitolite/Hooks/PostUpdate.pm
|
||||
SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},g'
|
||||
|
||||
INSTALLATION_DIRS+= bin lib \
|
||||
share/doc/gitolite \
|
||||
|
|
Loading…
Reference in a new issue