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/mpeg_encode | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'graphics/mpeg_encode')
-rw-r--r-- | graphics/mpeg_encode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile index f962097b1185..56c51150c5d6 100644 --- a/graphics/mpeg_encode/Makefile +++ b/graphics/mpeg_encode/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/08/01 20:04:36 erich Exp $ +# $Id: Makefile,v 1.2 1996/08/02 07:32:41 asami Exp $ # DISTNAME= mpeg_encode-1.5b-src PKGNAME= mpeg_encode-1.5b -CATEGORIES+= graphics +CATEGORIES= graphics MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ MAINTAINER= erich@FreeBSD.org |