diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
commit | ee3857ac876456535c09c83cc89dfe0ee26d65d3 (patch) | |
tree | 0e3dac7597fb30f7eead17a469abb423969a5545 /comms | |
parent | 8240e363240c33109677d2fdd36d19b65efa766d (diff) |
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
Notes
Notes:
svn path=/head/; revision=214412
Diffstat (limited to 'comms')
-rw-r--r-- | comms/aldo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |