aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x/Makefile
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-10-25 12:34:10 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-10-25 12:34:10 +0000
commit18bbf7c31581e6574d0afda417d8f90f21f69979 (patch)
treef36e6b53607126cbf4c111e46ee8ec4d46b3c21a /misc/compat5x/Makefile
parent893da65e0df6198f722c8120f7cac614df518c6a (diff)
downloadports-18bbf7c31581e6574d0afda417d8f90f21f69979.tar.gz
ports-18bbf7c31581e6574d0afda417d8f90f21f69979.zip
Notes
Diffstat (limited to 'misc/compat5x/Makefile')
-rw-r--r--misc/compat5x/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile
index 99b9c402764b..d37e21bc3887 100644
--- a/misc/compat5x/Makefile
+++ b/misc/compat5x/Makefile
@@ -5,9 +5,12 @@
# $FreeBSD$
#
+# NOTE: libc.so.5 is built with _PATH_LOCALE defined to
+# "/usr/local/share/compat/locale" in src/include/paths.h so data installed by
+# misc/localedata works out of the box if installed in default PREFIX.
+
PORTNAME= compat5x
-PORTVERSION= 5.4.0.6
-PORTREVISION= 1
+PORTVERSION= 5.4.0.8
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=lesi/compat5x
@@ -68,7 +71,6 @@ do-build:
do-install:
${MKDIR} ${TARGET_DIR}
- (cd ${WRKSRC} && ${RM} liblwres.so.3)
(cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
.if ${ARCH} == amd64
${MKDIR} ${TARGET32_DIR}