diff options
author | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
commit | 59faf0b687fa5a358b144049ddbe011afe305713 (patch) | |
tree | 6f043964c16f075744798d96906ffc87f3f46c76 /emulators | |
parent | 9c46aecdcd8db77044ca276d3b9384b959503b64 (diff) | |
download | pkgsrc-59faf0b687fa5a358b144049ddbe011afe305713.tar.gz |
De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
Diffstat (limited to 'emulators')
32 files changed, 62 insertions, 40 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index e9f5c225b68..4d4b523885e 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/04/05 09:36:44 tron Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/26 04:05:51 jschauma Exp $ DISTNAME= locales-2.1-1mdk PKGNAME= linux-locale-2.1.1 @@ -62,3 +62,4 @@ post-install: @${CAT} ${CPIOLIST}|${GREP} "^d"|${SED} -e "s|.* \(usr\/.*\)|@dirrm ${EMULSUBDIR}/\1|"|sort -r >> ${PLIST_SRC} .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_audio/Makefile b/emulators/suse64_audio/Makefile index 22bbe1267da..02725161c40 100644 --- a/emulators/suse64_audio/Makefile +++ b/emulators/suse64_audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:51 jschauma Exp $ DISTNAME= suse_audio-${SUSE_VERSION} CATEGORIES= emulators @@ -20,3 +20,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= audiofil.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_base/Makefile b/emulators/suse64_base/Makefile index 562ab455b8d..e03fcdbec9d 100644 --- a/emulators/suse64_base/Makefile +++ b/emulators/suse64_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/03/22 01:22:29 dillo Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/26 04:05:51 jschauma Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 8 @@ -57,3 +57,4 @@ do-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_compat/Makefile b/emulators/suse64_compat/Makefile index 2045b73182a..fc6e51b2e4c 100644 --- a/emulators/suse64_compat/Makefile +++ b/emulators/suse64_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:51 jschauma Exp $ DISTNAME= compat PKGNAME= suse_compat-${SUSE_VERSION} @@ -24,3 +24,4 @@ post-install: ${ECHO} "${EMULSUBDIR}/usr/lib/libncurses.so.2.1" >>${PLIST_SRC} .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_devel/Makefile b/emulators/suse64_devel/Makefile index 4d9f1804f49..2085e97cc3f 100644 --- a/emulators/suse64_devel/Makefile +++ b/emulators/suse64_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/02 15:36:51 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= suse_devel-${SUSE_VERSION} PKGREVISION= 1 @@ -23,3 +23,4 @@ RPMFILES= bin86.rpm binutils.rpm g77.rpm gcc.rpm gpp.rpm \ libc-2.1.3-204.i386.rpm linclude.rpm make.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_glx/Makefile b/emulators/suse64_glx/Makefile index 8d38d78656e..ce5912ca8ed 100644 --- a/emulators/suse64_glx/Makefile +++ b/emulators/suse64_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/04 01:57:48 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= suse_glx-${SUSE_VERSION} PKGREVISION= 1 @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glx-000229-53.i386.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk.bsd.pkg.mk" diff --git a/emulators/suse64_gtk/Makefile b/emulators/suse64_gtk/Makefile index 1c34bbff612..3cc0f16fc37 100644 --- a/emulators/suse64_gtk/Makefile +++ b/emulators/suse64_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -20,3 +20,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib.rpm gtk.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_libc5/Makefile b/emulators/suse64_libc5/Makefile index c5d5d10dfc1..afb3d3b49c9 100644 --- a/emulators/suse64_libc5/Makefile +++ b/emulators/suse64_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_libjpeg/Makefile b/emulators/suse64_libjpeg/Makefile index 61da83c51ed..479f5447a75 100644 --- a/emulators/suse64_libjpeg/Makefile +++ b/emulators/suse64_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/04 02:00:12 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 1 @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= libjpeg-6.2.0-62.i386.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_libpng/Makefile b/emulators/suse64_libpng/Makefile index 33e54f143ae..6062d0beb5e 100644 --- a/emulators/suse64_libpng/Makefile +++ b/emulators/suse64_libpng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:50 jschauma Exp $ DISTNAME= suse_libpng-${SUSE_VERSION} CATEGORIES= emulators @@ -20,3 +20,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= libpng.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_linux/Makefile.common b/emulators/suse64_linux/Makefile.common index 92e8adb1703..74cd3c51e81 100644 --- a/emulators/suse64_linux/Makefile.common +++ b/emulators/suse64_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/12/09 21:16:59 tron Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/03/26 04:05:49 jschauma Exp $ SUSE_VERSION= 6.4 @@ -44,5 +44,3 @@ do-install: show-shlib-type: @${ECHO} linux-${MACHINE_ARCH} - -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_vmware/Makefile b/emulators/suse64_vmware/Makefile index a0c4b1803cb..1858ed6fbda 100644 --- a/emulators/suse64_vmware/Makefile +++ b/emulators/suse64_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/04 10:29:51 tron Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/26 04:05:49 jschauma Exp $ DISTNAME= suse_vmware-${SUSE_VERSION} PKGREVISION= 1 @@ -36,3 +36,4 @@ post-install: >>${PLIST_SRC} .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_x11/Makefile b/emulators/suse64_x11/Makefile index 55c93318ed5..61a9c00b4f3 100644 --- a/emulators/suse64_x11/Makefile +++ b/emulators/suse64_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/04 01:53:35 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/26 04:05:49 jschauma Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 1 @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= xshared-3.3.6-43.i386.rpm xpm.rpm .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse64_xforms/Makefile b/emulators/suse64_xforms/Makefile index 5723589c250..93a0f8d6d6e 100644 --- a/emulators/suse64_xforms/Makefile +++ b/emulators/suse64_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:49 jschauma Exp $ DISTNAME= xforms PKGNAME= suse_xforms-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_audio/Makefile b/emulators/suse_audio/Makefile index c505429f00a..5afd4bec730 100644 --- a/emulators/suse_audio/Makefile +++ b/emulators/suse_audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/11/25 11:01:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/26 04:05:48 jschauma Exp $ DISTNAME= audiofile PKGNAME= suse_audio-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index f4178adf500..324a3372827 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/03/22 01:22:30 dillo Exp $ +# $NetBSD: Makefile,v 1.38 2003/03/26 04:05:48 jschauma Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 3 @@ -66,3 +66,4 @@ do-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index 1129b0fa682..157d0575369 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/11/25 11:01:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/26 04:05:48 jschauma Exp $ DISTNAME= compat PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 76595a116f2..7b9d3a619ed 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/11/25 11:01:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/26 04:05:48 jschauma Exp $ DISTNAME= suse_devel-${SUSE_VERSION} CATEGORIES= emulators @@ -34,3 +34,4 @@ RPMFILES+= glibc.rpm .endif .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile index 0cdeccfa919..5ca1cc08f4d 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/11/25 11:01:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/26 04:05:48 jschauma Exp $ DISTNAME= glx PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index 9e084e7fd94..3df6b728a1d 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/11/25 11:01:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/26 04:05:47 jschauma Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib.rpm gtk.rpm .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 1e68a77494c..7c2fdf46dc4 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/04/04 09:47:01 tron Exp $ +# $NetBSD: Makefile,v 1.19 2003/03/26 04:05:47 jschauma Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libjpeg/Makefile b/emulators/suse_libjpeg/Makefile index d063f4e5f7f..1592e8fd1e4 100644 --- a/emulators/suse_libjpeg/Makefile +++ b/emulators/suse_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/25 11:01:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/26 04:05:47 jschauma Exp $ DISTNAME= libjpeg PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile index 4ea79fbd2ae..b9548410512 100644 --- a/emulators/suse_libpng/Makefile +++ b/emulators/suse_libpng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/11/25 11:01:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/26 04:05:47 jschauma Exp $ DISTNAME= libpng PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index d9164db447b..5e86244bee5 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.5 2002/11/25 11:01:16 schmonz Exp $ +# $NetBSD: Makefile.application,v 1.6 2003/03/26 04:05:47 jschauma Exp $ .include "../../mk/bsd.prefs.mk" @@ -14,9 +14,7 @@ SUSE_VERSION= 7.3 .endif .if defined(RPMFILES) -.include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" -.else -.include "../../mk/bsd.pkg.mk" +. include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" .endif .else @@ -25,5 +23,4 @@ SUSE_VERSION= 7.3 # This speeds up the marking of all compat_linux packages # as not available. SUSE_DIR_PREFIX= suse -.include "../../mk/bsd.pkg.mk" .endif diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 881047216fc..3672f92e22f 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2002/12/09 15:17:09 tron Exp $ +# $NetBSD: Makefile.common,v 1.15 2003/03/26 04:05:47 jschauma Exp $ SUSE_VERSION= 7.3 @@ -56,5 +56,3 @@ do-install: show-shlib-type: @${ECHO} linux-${MACHINE_ARCH} - -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_openmotif/Makefile b/emulators/suse_openmotif/Makefile index 60a01dcd347..b5b93eeb4a4 100644 --- a/emulators/suse_openmotif/Makefile +++ b/emulators/suse_openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/25 11:01:16 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/26 04:05:46 jschauma Exp $ DISTNAME= openmotif PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_slang/Makefile b/emulators/suse_slang/Makefile index cb168ecee23..b87011f72cf 100644 --- a/emulators/suse_slang/Makefile +++ b/emulators/suse_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/11/25 11:01:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/26 04:05:46 jschauma Exp $ DISTNAME= slang PKGNAME= suse_slang-${SUSE_VERSION} @@ -22,3 +22,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_vmware/Makefile b/emulators/suse_vmware/Makefile index 615324623af..6251e8c5e05 100644 --- a/emulators/suse_vmware/Makefile +++ b/emulators/suse_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/04 09:47:08 tron Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/26 04:05:46 jschauma Exp $ DISTNAME= fileutils-4.1-154.i386 PKGNAME= suse_vmware-${SUSE_VERSION} @@ -36,3 +36,4 @@ post-install: >>${PLIST_SRC} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index f97833cf191..7a525b7db12 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/11/25 11:01:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/26 04:05:46 jschauma Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 2 @@ -46,3 +46,4 @@ post-install: done .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index 846bdbaffa9..cd340e4ee34 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/11/25 11:01:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2003/03/26 04:05:46 jschauma Exp $ DISTNAME= xforms PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -21,3 +21,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index ddeee2c4644..5e9e1ec5366 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/02/16 19:49:16 bad Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/26 04:05:45 jschauma Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -81,3 +81,4 @@ post-install: ) > ${VMWARE_CFG_DIR}/config .include "../suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 20918c410aa..d3b7b549e28 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 19:54:56 bad Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:45 jschauma Exp $ DISTNAME= VMware-workstation-3.2.0-2230 PKGNAME= vmware-3.2.0 @@ -96,3 +96,4 @@ post-install: ) > ${VMWARE_CFG_DIR}/config .include "../suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" |