diff options
author | tron <tron@pkgsrc.org> | 2002-04-05 09:36:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-05 09:36:44 +0000 |
commit | 56638800f76764947f77d2e5bc97eb4a25905d93 (patch) | |
tree | 2413e785520e43b2fdb3028218b2056fe4379249 /emulators | |
parent | a45f986161e553d73e7e83db326489566a34e763 (diff) | |
download | pkgsrc-56638800f76764947f77d2e5bc97eb4a25905d93.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-locale/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 11cbcd21733..e9f5c225b68 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/09/27 23:18:03 jlam Exp $ -# +# $NetBSD: Makefile,v 1.15 2002/04/05 09:36:44 tron Exp $ DISTNAME= locales-2.1-1mdk PKGNAME= linux-locale-2.1.1 @@ -30,7 +29,7 @@ DISTFILES+= locales-${locale}-2.1-1mdk${EXTRACT_SUFX} DIST_SUBDIR= linux-locale ONLY_FOR_PLATFORM=NetBSD-*-i386 -DEPENDS= suse_base>=6.3:../../emulators/suse_base +DEPENDS= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base EXTRACT_ONLY= # empty NO_PATCH= yes @@ -62,4 +61,4 @@ post-install: @${CAT} ${CPIOLIST}|${GREP} "^l"|${SED} -e "s|.* \(usr\/.*\) -> .*|@unexec rm -f %D/${EMULSUBDIR}/\1|"|sort >> ${PLIST_SRC} @${CAT} ${CPIOLIST}|${GREP} "^d"|${SED} -e "s|.* \(usr\/.*\)|@dirrm ${EMULSUBDIR}/\1|"|sort -r >> ${PLIST_SRC} -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |