mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Who ever added AUTOMAKE_ARGS did not convert all the ports to it that was
abusing AUTOMAKE...
This commit is contained in:
parent
a8bda769b7
commit
0d5b1eec14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49365
@ -14,10 +14,13 @@ MASTER_SITE_SUBDIR= knu
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_AUTOMAKE= YES
|
||||
AUTOMAKE= ./bootstrap
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_PERL5= YES
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} ; aclocal
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user