diff options
author | grant <grant@pkgsrc.org> | 2002-08-04 02:00:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-04 02:00:12 +0000 |
commit | f1abe89548c6dba08b052fc17a5120db0a87b592 (patch) | |
tree | a90d2e9f22061b54d860f5fb569e79e2e7dcf155 /emulators/suse64_libjpeg/Makefile | |
parent | fff784626e790fb4b31bc37612fb52fd70540cb6 (diff) | |
download | pkgsrc-f1abe89548c6dba08b052fc17a5120db0a87b592.tar.gz |
ync packages with suse reality, correct distinfo.
pointed out by Thomas Klausner.
Diffstat (limited to 'emulators/suse64_libjpeg/Makefile')
-rw-r--r-- | emulators/suse64_libjpeg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/suse64_libjpeg/Makefile b/emulators/suse64_libjpeg/Makefile index 6cd378529d3..61da83c51ed 100644 --- a/emulators/suse64_libjpeg/Makefile +++ b/emulators/suse64_libjpeg/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2002/08/02 15:36:53 grant Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/04 02:00:12 grant Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} +MASTER_SITES= ftp://ftp.suse.com/pub/suse/discontinued/i386/update/${SUSE_VERSION}/gra1/ + DISTFILES= ${RPMFILES} MAINTAINER= hubertf@netbsd.org @@ -18,6 +19,6 @@ EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= libjpeg.rpm +RPMFILES= libjpeg-6.2.0-62.i386.rpm .include "../suse64_linux/Makefile.common" |