diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/mpeg-lib | |
parent | 94105bca125e0ac414db212cb79fae3d10e52321 (diff) |
Notes
Diffstat (limited to 'graphics/mpeg-lib')
-rw-r--r-- | graphics/mpeg-lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index bedf63b15be4..04a57cd45f1f 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -3,12 +3,13 @@ # Date created: 16 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/11/20 16:00:09 torstenb Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:45:52 jkh Exp $ # DISTNAME= mpeg_lib-1.1 -MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ + WRKSRC= ${WRKDIR}/mpeg_lib pre-install: |