From 9ab792780d9cb1b95d6838cd0374aef4ddaca568 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 2 Aug 1996 07:43:06 +0000 Subject: Just a little variable reordering (USE_X11 is after MAINTAINER). --- multimedia/mpegedit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 82842e0c2f8b..e2db7ffbd328 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -3,15 +3,16 @@ # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/01 20:11:56 erich Exp $ # DISTNAME= mpegedit_v2.2 PKGNAME= mpegedit-2.2 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.demon.co.uk/.d2/unix/unix/tools/ -USE_X11= yes MAINTAINER= erich@FreeBSD.org +USE_X11= yes + .include -- cgit