diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /archivers/unadf | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) | |
download | freebsd-ports-b3b33257e512916a4f977c9026941425a3aa916a.zip |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
Diffstat (limited to 'archivers/unadf')
-rw-r--r-- | archivers/unadf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 3f5870770cc6..dbfa12249863 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -48,6 +48,11 @@ FAQSIMGS= FAQ/image/adf_dir.gif FAQ/image/adf_file.gif PORTDOCS= * +# XXX: work around an issue with automake-1.13 erroring out on a +# non-existent m4 directory before libtoolize creates it +pre-configure:: + @${MKDIR} ${WRKSRC}/m4 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/examples/unadf ${PREFIX}/bin .if !defined(NOPORTDOCS) |