diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-30 22:01:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-30 22:01:11 +0000 |
commit | 6823cfc2d674c6b926d5ee3076ff0ed5254f0099 (patch) | |
tree | e9e26f8c088795399e7785a78f9b3cc280dd1983 /emulators | |
parent | b3bb9fd0421b0c7e2f44f2a89e812fa968fc4214 (diff) | |
download | pkgsrc-6823cfc2d674c6b926d5ee3076ff0ed5254f0099.tar.gz |
Replace for @LINUX_BASE@ in linux{,32}-mkpwd. This only affected the
documentation at the head of the script, so I'm not going to bother
bumping the PKGREVISION for this.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse100_base/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse91_base/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse100_base/Makefile b/emulators/suse100_base/Makefile index 15ee84be338..47e3644256a 100644 --- a/emulators/suse100_base/Makefile +++ b/emulators/suse100_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/07/30 14:42:43 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/07/30 22:01:11 jlam Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 5 @@ -30,7 +30,7 @@ OWN_DIRS+= ${EMULSUBDIR} SUBST_CLASSES+= suse SUBST_STAGE.suse= do-build SUBST_FILES.suse= SuSE-release linux-mkpwd.sh -SUBST_VARS.suse= EMULDIR SUSE_ARCH SUSE_VERSION +SUBST_VARS.suse= EMULDIR LINUX_BASE SUSE_ARCH SUSE_VERSION # Some platforms, e.g. FreeBSD, need to "brand" the ELF binaries to # the correct type. diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index d2c67f75b11..115fbf0e746 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/07/30 14:42:43 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2007/07/30 22:01:11 jlam Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 14 @@ -30,7 +30,7 @@ OWN_DIRS+= ${EMULSUBDIR} SUBST_CLASSES+= suse SUBST_STAGE.suse= do-build SUBST_FILES.suse= SuSE-release linux-mkpwd.sh -SUBST_VARS.suse= EMULDIR SUSE_ARCH SUSE_VERSION +SUBST_VARS.suse= EMULDIR LINUX_BASE SUSE_ARCH SUSE_VERSION # Some platforms, e.g. FreeBSD, need to "brand" the ELF binaries to # the correct type. |