diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/mpeg-lib | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.zip FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz |
Yet another round of Makefile updates, graphics version.
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 bedf63b..04a57cd 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: |