From ee3857ac876456535c09c83cc89dfe0ee26d65d3 Mon Sep 17 00:00:00 2001 From: Ade Lovett <ade@FreeBSD.org> Date: Fri, 6 Jun 2008 02:36:00 +0000 Subject: Major autotools-related update: automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr --- comms/aldo/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'comms/aldo') diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 52924271c01f..221e2c39a859 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -28,6 +28,9 @@ MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/aldo MAN1= aldo.1 +post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1 -- cgit v1.2.3