diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /japanese/celrw | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'japanese/celrw')
-rw-r--r-- | japanese/celrw/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile index d9a5186cc99a..b2d719cc890b 100644 --- a/japanese/celrw/Makefile +++ b/japanese/celrw/Makefile @@ -13,17 +13,16 @@ MASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/ MAINTAINER= shuna@pop16.odn.ne.jp COMMENT= Cellular phone-number read/write tool (in Japan only) -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake - +WANT_AUTOMAKE_VER=15 USE_BZIP2= yes HAS_CONFIGURE= yes ALL_TARGET= pre-configure: ${RM} -f ${WRKSRC}/install.sh - ${LN} -sf ${PREFIX}/share/automake/install-sh ${WRKSRC}/install-sh - ${LN} -sf ${PREFIX}/share/automake/config.guess ${WRKSRC}/config.guess - ${LN} -sf ${PREFIX}/share/automake/config.sub ${WRKSRC}/config.sub + ${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC}/install-sh + ${LN} -sf ${AUTOMAKE_DIR}/config.guess ${WRKSRC}/config.guess + ${LN} -sf ${AUTOMAKE_DIR}/config.sub ${WRKSRC}/config.sub do-install: ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin |