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 /comms | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 5 | ||||
-rw-r--r-- | comms/tlf/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 6d9eeb20a198..95b24d2a71e7 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -69,6 +69,11 @@ MAN1= ircat.1 irexec.1 irpty.1 irrecord.1 irsend.1 irw.1 \ irxevent.1 lircrcd.1 mode2.1 smode2.1 xmode2.1 MAN8= lircd.8 lircmd.8 +# 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 + post-install: .if ${PORT_OPTIONS:MDOCS} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR}/) diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index cfe3dd461a3a..18aec71c0acf 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -19,6 +19,7 @@ COMMENT= Amateur Radio curses based logging program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= autoconf libtool aclocal automake +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" |