diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-31 02:35:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-31 02:35:25 +0000 |
commit | f7662c3bf53f02e18952e149a68b5501216d7a76 (patch) | |
tree | d00c8bb4d533fd2f62dc50cfe9877f7f11d80d43 /emulators | |
parent | 73ba5137f79a6bd66273e8a7cab6d141fff63cc1 (diff) | |
download | pkgsrc-f7662c3bf53f02e18952e149a68b5501216d7a76.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index e25b27938ba..3ea36e78a69 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/25 00:20:22 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/31 02:35:26 hubertf Exp $ # DISTNAME= locales-2.1-1mdk @@ -41,7 +41,7 @@ EMULDIR= ${PREFIX}/${EMULSUBDIR} PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC EXCLUDELIST= ${WRKDIR}/EXCLUDE CPIOLIST= ${WRKDIR}/CPIOLIST -LDD?= ${EMULDIR}/usr/bin/ldd +CHECK_SHLIBS= no do-install: @${RM} -f ${CPIOLIST} |