pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse91_compat make the structure of the Make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3341c015c09
branches:  trunk
changeset: 478859:e3341c015c09
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Jul 31 10:41:30 2004 +0000

description:
make the structure of the Makefile more like the other suse91_* pkgs

diffstat:

 emulators/suse91_compat/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r a131f37262d6 -r e3341c015c09 emulators/suse91_compat/Makefile
--- a/emulators/suse91_compat/Makefile  Sat Jul 31 10:35:36 2004 +0000
+++ b/emulators/suse91_compat/Makefile  Sat Jul 31 10:41:30 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/07/19 11:43:07 markd Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/31 10:41:30 jdolecek Exp $
 
-DISTNAME=              compat-2004.4.2-3.${SUSE_ARCH}
 PKGNAME=               suse_compat-${SUSE_VERSION}
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
-EXTRACT_SUFX=          .rpm
+DISTNAME=              ${RPMFILES}
 
 MAINTAINER=            tron%NetBSD.org@localhost
 HOMEPAGE=              http://www.suse.com/
@@ -19,7 +18,7 @@
 NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
-RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
+RPMFILES=              compat-2004.4.2-3.${SUSE_ARCH}.rpm
 
 .include "../../emulators/suse91_linux/Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index