diff options
author | jdolecek <jdolecek> | 2004-07-31 10:41:30 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-07-31 10:41:30 +0000 |
commit | 0d057aaa60947f6defb34b888217ef99ef6216b7 (patch) | |
tree | 77b8be8d5f3c021890d952b900169f5d64da11ed | |
parent | 4a8e75fe453601d6c379d2476dfe67a3e7dd1ce5 (diff) | |
download | pkgsrc-0d057aaa60947f6defb34b888217ef99ef6216b7.tar.gz |
make the structure of the Makefile more like the other suse91_* pkgs
-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" |