diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 10:41:30 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 10:41:30 +0000 |
commit | 966de75caafd372dc0746b5a4c606e9eccd869e6 (patch) | |
tree | 77b8be8d5f3c021890d952b900169f5d64da11ed /emulators/suse91_compat/Makefile | |
parent | 568159d083175ea2188d4fe78bc047d1afd4f286 (diff) | |
download | pkgsrc-966de75caafd372dc0746b5a4c606e9eccd869e6.tar.gz |
make the structure of the Makefile more like the other suse91_* pkgs
Diffstat (limited to 'emulators/suse91_compat/Makefile')
-rw-r--r-- | emulators/suse91_compat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/suse91_compat/Makefile b/emulators/suse91_compat/Makefile index 3c3540d5496..10ce5f9d46c 100644 --- a/emulators/suse91_compat/Makefile +++ b/emulators/suse91_compat/Makefile @@ -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 HOMEPAGE= http://www.suse.com/ @@ -19,7 +18,7 @@ NO_BUILD= YES 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" |