diff options
author | tron <tron@pkgsrc.org> | 1999-09-27 20:18:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-27 20:18:34 +0000 |
commit | 0a90e90abece5e87083cf9f000aeb65f59f67b62 (patch) | |
tree | 7a3fe18062d9fad90d943ca60fa12dd26eea7cb3 /emulators/suse_devel | |
parent | 908039356782e6f4a764dad1e6eb5f2a205ade07 (diff) | |
download | pkgsrc-0a90e90abece5e87083cf9f000aeb65f59f67b62.tar.gz |
Correct sub directory which got messed up during the update to 6.1p1.
Problem noted by "wiz" in PR pkg/8501.
Diffstat (limited to 'emulators/suse_devel')
-rw-r--r-- | emulators/suse_devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index b7ca036cff2..4a8fc85ce8c 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 23:58:41 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/09/27 20:18:34 tron Exp $ DISTNAME= suse_devel-6.1p1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=x1/} +MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} DISTFILES= ${RPMFILES} MAINTAINER= tron@netbsd.org |