diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-02 07:43:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-02 07:43:06 +0000 |
commit | a03386eb3c0b95305950732dca94e51957cceb71 (patch) | |
tree | bb4aea7618be0cff0f7ed3f7ecfbcbe3a4bae012 /graphics/mpegedit | |
parent | Add newline at end of file. (diff) |
Just a little variable reordering (USE_X11 is after MAINTAINER).
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r-- | graphics/mpegedit/Makefile | 5 |
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> |