diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/mpeg2play | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/mpeg2play')
-rw-r--r-- | graphics/mpeg2play/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg2play/Makefile b/graphics/mpeg2play/Makefile index 59bffa18c677..ce6a5737aa87 100644 --- a/graphics/mpeg2play/Makefile +++ b/graphics/mpeg2play/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: mpeg2play -# Version required: 1.1b # Date created: June 21, 1996 # Whom: "Philippe Charnier" <charnier@lirmm.fr> # # $FreeBSD$ # -DISTNAME= mpeg2play-1.1b +PORTNAME= mpeg2play +PORTVERSION= 1.1b CATEGORIES= graphics MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ |