diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-10-14 20:48:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-10-14 20:48:36 +0000 |
commit | febbf8d0f73affb7217612c58a75547714818bf6 (patch) | |
tree | afa9bd2ba0132334116a201abf99241eeab31d69 /devel/automake19/Makefile | |
parent | ee924753566d9be3d4c0cf491606fe55b4e6d31a (diff) | |
download | ports-febbf8d0f73affb7217612c58a75547714818bf6.tar.gz ports-febbf8d0f73affb7217612c58a75547714818bf6.zip |
Notes
Diffstat (limited to 'devel/automake19/Makefile')
-rw-r--r-- | devel/automake19/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 1ca95c071ae4..db816b2595fa 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: automake18 +# New ports collection makefile for: automake19 # Date created: 15 Feb 2003 # Whom: Udo Schweigert # @@ -6,7 +6,7 @@ # PORTNAME= automake -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -27,6 +27,7 @@ CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 MAKEINFO=makeinfo CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes +INFO= automake${BUILD_VERSION} post-patch: @(cd ${WRKSRC}/doc && \ @@ -38,14 +39,14 @@ post-patch: @${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in pre-install: - ${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION} - ${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION} - ${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION} - ${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION} + @${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION} + @${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION} post-install: .for i in aclocal automake - ${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ + @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ ${PREFIX}/libexec/automake${BUILD_VERSION}/${i} .endfor |