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 /multimedia/mpegedit/Makefile | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'multimedia/mpegedit/Makefile')
-rw-r--r-- | multimedia/mpegedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 12110ff6aad0..5f8ca530ae25 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mpegedit -# Version required: 2.2 # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= mpegedit_v2.2 -PKGNAME= mpegedit-2.2 +PORTNAME= mpegedit +PORTVERSION= 2.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/ +DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= erich@FreeBSD.org |