summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-02 07:43:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-02 07:43:06 +0000
commita03386eb3c0b95305950732dca94e51957cceb71 (patch)
treebb4aea7618be0cff0f7ed3f7ecfbcbe3a4bae012 /graphics
parentAdd newline at end of file. (diff)
Just a little variable reordering (USE_X11 is after MAINTAINER).
Notes
Notes: svn path=/head/; revision=3495
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpegedit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index 82842e0c2f8b..e2db7ffbd328 100644
--- a/graphics/mpegedit/Makefile
+++ b/graphics/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 <bsd.port.mk>