summaryrefslogtreecommitdiff
path: root/emulators/suse91_compat
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-07-31 10:41:30 +0000
committerjdolecek <jdolecek>2004-07-31 10:41:30 +0000
commitd4e3faba8c845ddc596143a77dd74ac6dca18f90 (patch)
tree77b8be8d5f3c021890d952b900169f5d64da11ed /emulators/suse91_compat
parent77c9e551915de63843371d97ab564d5af11e1d01 (diff)
downloadpkgsrc-d4e3faba8c845ddc596143a77dd74ac6dca18f90.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/Makefile7
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"