diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /graphics/mpeg2play | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'graphics/mpeg2play')
-rw-r--r-- | graphics/mpeg2play/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg2play/Makefile b/graphics/mpeg2play/Makefile index 55504a2be18d..a402195e4e56 100644 --- a/graphics/mpeg2play/Makefile +++ b/graphics/mpeg2play/Makefile @@ -3,11 +3,11 @@ # Date created: June 21, 1996 # Whom: "Philippe Charnier" <charnier@lirmm.fr> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/10 05:38:41 asami Exp $ # DISTNAME= mpeg2play-1.1b -CATEGORIES+= graphics +CATEGORIES= graphics MASTER_SITES= ftp://ftp.netcom.com/pub/cf/cfogg/mpeg2/ DISTFILES= mpeg2play_v1.1b.tar.gz |