diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-30 17:15:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-30 17:15:35 +0800 |
commit | aedb7e3ff1bddc5c68fe9a0373e8085d73359575 (patch) | |
tree | 45d1a6ba18f0ea19180875981d1f5a2235818b2a /devel | |
parent | f2f851a6ffca6a993cc185987a27a4ff191b4d55 (diff) | |
download | freebsd-ports-gnome-aedb7e3ff1bddc5c68fe9a0373e8085d73359575.tar.gz freebsd-ports-gnome-aedb7e3ff1bddc5c68fe9a0373e8085d73359575.tar.zst freebsd-ports-gnome-aedb7e3ff1bddc5c68fe9a0373e8085d73359575.zip |
Who ever added AUTOMAKE_ARGS did not convert all the ports to it that was
abusing AUTOMAKE...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile index c467e9b13228..cbf0d0c0a59a 100644 --- a/devel/cvsutils/Makefile +++ b/devel/cvsutils/Makefile @@ -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} |