diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-10 06:03:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-10 06:03:27 +0000 |
commit | 6a283531b26fac83cf67879155dd3f4a42bbbde8 (patch) | |
tree | dad7adad43a5cbf2372569c2a951c32d69105025 /devel/apr2 | |
parent | ae03c64454ec8a702d1ef735acc4de7a5d245419 (diff) | |
download | ports-6a283531b26fac83cf67879155dd3f4a42bbbde8.tar.gz ports-6a283531b26fac83cf67879155dd3f4a42bbbde8.zip |
Notes
Diffstat (limited to 'devel/apr2')
-rw-r--r-- | devel/apr2/Makefile | 1 | ||||
-rw-r--r-- | devel/apr2/files/patch-apr_buildconf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 92aa9ffa8ad2..c09ee60c5d02 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -6,6 +6,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr diff --git a/devel/apr2/files/patch-apr_buildconf b/devel/apr2/files/patch-apr_buildconf index 64f812b1d4b8..d4211480cbf7 100644 --- a/devel/apr2/files/patch-apr_buildconf +++ b/devel/apr2/files/patch-apr_buildconf @@ -4,7 +4,7 @@ echo "buildconf: Using libtool.m4 at ${ltfile}." -+chmod 644 build/libtool.m4 ++chmod 664 build/libtool.m4 cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4 # libtool.m4 from 1.6 requires ltsugar.m4 |