diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 10:46:25 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 10:46:25 +0000 |
commit | 87af2f2cf05973b08bfccdb5a3add21b2439b417 (patch) | |
tree | a68ea511ba7410b715ba08eba805ac738a1855c4 /emulators/suse91_compat | |
parent | d1db3e11b440d6f15fd6f2fa6e8dedc8ae458d39 (diff) | |
download | pkgsrc-87af2f2cf05973b08bfccdb5a3add21b2439b417.tar.gz |
sync some more, so that this actually works
Diffstat (limited to 'emulators/suse91_compat')
-rw-r--r-- | emulators/suse91_compat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse91_compat/Makefile b/emulators/suse91_compat/Makefile index 10ce5f9d46c..2ff61f8c641 100644 --- a/emulators/suse91_compat/Makefile +++ b/emulators/suse91_compat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/07/31 10:41:30 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/31 10:46:25 jdolecek Exp $ -PKGNAME= suse_compat-${SUSE_VERSION} +DISTNAME= suse_compat-${SUSE_VERSION} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} -DISTNAME= ${RPMFILES} +DISTFILES= ${RPMFILES} MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ |