diff options
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 2dfd6e40aa23..7e83bcccb033 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: jpeg -# Version required: 6b # Date created: 6 November 1994 # Whom: smace # # $FreeBSD$ # -DISTNAME= jpegsrc.v6b -PKGNAME= jpeg-6b +PORTNAME= jpeg +PORTVERSION= 6b CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ +DISTNAME= jpegsrc.v${PORTVERSION} MAINTAINER= jseger@FreeBSD.org |