summaryrefslogtreecommitdiff
path: root/multimedia/mpegedit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /multimedia/mpegedit
parentThere 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 'multimedia/mpegedit')
-rw-r--r--multimedia/mpegedit/Makefile6
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