aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-13 00:13:19 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-13 00:13:19 +0000
commit802650ab7bf837ec1b03f0cf168e1ca82cffb5ef (patch)
tree00b9c443884860b0e559c2d21fd8a3f19284c98b /devel/autoconf213/Makefile
parentaf98f686b0a39f37e6918c942cb82ad7eb586ac7 (diff)
downloadports-802650ab7bf837ec1b03f0cf168e1ca82cffb5ef.tar.gz
ports-802650ab7bf837ec1b03f0cf168e1ca82cffb5ef.zip
Notes
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r--devel/autoconf213/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index bb51bf4c0421..904a37ab1c50 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -11,7 +11,7 @@
PORTNAME= autoconf213
PORTVERSION= 2.13.000227
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= binutils autoconf
@@ -25,7 +25,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
-CONFIGURE_ARGS= --program-suffix=213 --datadir=${PREFIX}/share/autoconf213
+CONFIGURE_ARGS= --program-suffix=213
WRKSRC= ${WRKDIR}/autoconf
.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
@@ -33,16 +33,16 @@ WRKSRC= ${WRKDIR}/autoconf
.endif
post-patch:
- @-${RM} ${WRKSRC}/*.info*
+ @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true
post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
- ${PREFIX}/share/autoconf213/autoconf
+ @${CHMOD} +x ${PREFIX}/share/autoconf213/config.*
+ @${INSTALL_SCRIPT} ${WRKSRC}/install-sh ${PREFIX}/share/autoconf213
@-${RM} -fr ${PREFIX}/libexec/autoconf213
- @${MKDIR} ${PREFIX}/libexec/autoconf213
+ ${MKDIR} ${PREFIX}/libexec/autoconf213
.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames
- @${LN} -s ../../bin/${i}213 ${PREFIX}/libexec/autoconf213/${i}
+ ${LN} -s ../../bin/${i}213 ${PREFIX}/libexec/autoconf213/${i}
.endfor
- @install-info ${PREFIX}/info/autoconf213.info ${PREFIX}/info/dir
+ install-info ${PREFIX}/info/autoconf213.info ${PREFIX}/info/dir
.include <bsd.port.mk>