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 | d1db3e11b440d6f15fd6f2fa6e8dedc8ae458d39 (patch) | |
tree | 77b8be8d5f3c021890d952b900169f5d64da11ed /emulators/suse91_compat | |
parent | e7c8256052a226e99d83aa569ea4b3923e4b41dd (diff) | |
download | pkgsrc-d1db3e11b440d6f15fd6f2fa6e8dedc8ae458d39.tar.gz |
make the structure of the Makefile more like the other suse91_* pkgs
Diffstat (limited to 'emulators/suse91_compat')
-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" |