diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-15 12:00:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-15 12:00:23 +0000 |
commit | a7ca2cf4067dbd1ef7177abeee565babc9876a4a (patch) | |
tree | c2d8a6de18f47b9d68f01d9be41f2c0e841776f4 /emulators | |
parent | 25a36a8954d744ef888d4ff39cbb9e901d539e0e (diff) | |
download | pkgsrc-a7ca2cf4067dbd1ef7177abeee565babc9876a4a.tar.gz |
Fix MASTER_SITES path, from pkg/16359 by Robert Elz.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_openmotif/Makefile b/emulators/suse_openmotif/Makefile index 5f9b5f3a870..f3cff05b62f 100644 --- a/emulators/suse_openmotif/Makefile +++ b/emulators/suse_openmotif/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/14 10:11:01 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/15 12:00:23 wiz Exp $ DISTNAME= openmotif PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=xdev/} +MASTER_SITES= ${MASTER_SITE_SUSE:=xdev1/} EXTRACT_SUFX= .rpm MAINTAINER= tron@netbsd.org |