diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_base/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 5cbc1aca1f5..b47b344da10 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/03/14 01:14:28 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/17 19:30:12 rillig Exp $ # DISTNAME= freebsd_lib-2.2.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.flame.org/NetBSD/ @@ -13,8 +13,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR} NO_BUILD= yes -INSTALL_SRC= ${PKGDIR}/INSTALL -DEINSTALL_SRC= # empty do-install: ${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 56575d3b078..08b2b174a98 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2006/05/26 11:45:24 joerg Exp $ +# $NetBSD: Makefile,v 1.61 2006/06/17 19:30:55 rillig Exp $ DISTNAME= suse_base-${SUSE_VERSION} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} \ ${MASTER_SITE_SUSE_UPD:=a1/} @@ -14,8 +14,6 @@ COMMENT= Linux compatibility package CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]* EXTRACT_ONLY= # empty -DEINSTALL_SRC= # empty -INSTALL_SRC= ${PKGDIR}/INSTALL PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= aaa_dir.rpm gppshare.rpm ncurses.rpm \ |