diff options
author | tv <tv> | 1999-04-15 20:54:29 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-15 20:54:29 +0000 |
commit | 49e16c0f3984ae787072862e30a15626611c74af (patch) | |
tree | fd8fa9a926e752141ededbaf7e667d9ab9c6d6ce | |
parent | cc62ba9b301305700b46ed85c05d53d07ef5e319 (diff) | |
download | pkgsrc-49e16c0f3984ae787072862e30a15626611c74af.tar.gz |
Match Matthias's changes for MASTER_SITE_SUBDIR.
-rw-r--r-- | emulators/wine-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile index 1c0247089f2..555a57faa30 100644 --- a/emulators/wine-current/Makefile +++ b/emulators/wine-current/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 20:50:46 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/15 20:54:29 tv Exp $ DISTNAME= Wine-990328 PKGNAME= wine-990328 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE:=/ALPHA/wine/development/} +MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} ONLY_FOR_ARCHS= i386 MAINTAINER= tv@netbsd.org |