summaryrefslogtreecommitdiff
path: root/emulators/suse_base
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
commit6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch)
tree059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_base
parent3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff)
downloadpkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'emulators/suse_base')
-rw-r--r--emulators/suse_base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile
index f5217bf0c7d..4c9601a8879 100644
--- a/emulators/suse_base/Makefile
+++ b/emulators/suse_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2003/07/17 21:36:03 grant Exp $
+# $NetBSD: Makefile,v 1.45 2003/09/18 16:25:21 jmmv Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 4
@@ -24,7 +24,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
RPMFILES= aaa_dir.rpm gppshare.rpm ncurses.rpm \
readline.rpm bash.rpm sh-utils.rpm
-.include "../suse_linux/arch.mk"
+.include "../../emulators/suse_linux/arch.mk"
.if ${SUSE_ARCH} == "i386"
RPMFILES+= glibc-2.2.4-78.${SUSE_ARCH}.rpm libz-1.1.3-597.${SUSE_ARCH}.rpm
@@ -70,5 +70,5 @@ do-install:
${CHMOD} +x ${LINUX_LDD}
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
-.include "../suse_linux/Makefile.common"
+.include "../../emulators/suse_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"