aboutsummaryrefslogtreecommitdiff
path: root/devel/automake14
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-18 09:41:28 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-18 09:41:28 +0000
commit31e64659e4892fe733422b2b5b3b32cd99f6ea93 (patch)
tree638d6f70d0de8c7e91189e77a9476b7673a28806 /devel/automake14
parent5c5e31f3ca3428ba1706fe20062b8d0b1817b6d9 (diff)
downloadports-31e64659e4892fe733422b2b5b3b32cd99f6ea93.tar.gz
ports-31e64659e4892fe733422b2b5b3b32cd99f6ea93.zip
1. Fixed the PR mentioned below, submitted by <below>.
2. perl -pi ==> ${REINPLACE_CMD}. Add USE_REINPLACE=yes. 3. @ some more Makefile commands so it doesn't talk quite so much. 4. Bumped PORTREVISION because of wanting to get Fix (1) out there. PR: 42917 Submitted by: "Greg 'groggy' Lehey" <grog@lemis.com>
Notes
Notes: svn path=/head/; revision=66572
Diffstat (limited to 'devel/automake14')
-rw-r--r--devel/automake14/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile
index 52407db07cde..7d2ab5b25c3f 100644
--- a/devel/automake14/Makefile
+++ b/devel/automake14/Makefile
@@ -7,7 +7,7 @@
PORTNAME= automake14
PORTVERSION= 1.4.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
@@ -16,9 +16,10 @@ DISTNAME= automake-1.4-p5
MAINTAINER= ports@geeksrus.net
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PERL=${PERL5}
+CONFIGURE_ENV= PERL=${PERL5:C/[0-9.]//g}
CONFIGURE_ARGS= --program-suffix=14 --datadir=${PREFIX}/share/automake14
USE_PERL5= yes
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
STRIP= # none
@@ -29,10 +30,11 @@ STRIP= # none
post-patch:
@-${RM} ${WRKSRC}/*.info* ${WRKSRC}/*.dvi
- ${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake14.texi
+ @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake14.texi
pre-configure:
- ${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in
+ @${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
+ ${WRKSRC}/aclocal.in
post-install:
@-${RM} -fr ${PREFIX}/libexec/automake14