aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-02 07:32:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-02 07:32:41 +0000
commitfbf0b0cad061a4588fe744c7e462d7dbc790090e (patch)
tree1ae9b43f92dd7c24370720cd4cce4d1339c59471 /multimedia
parent2ad02c056435bc623f0bf91c7e027afdc7f531bc (diff)
downloadports-fbf0b0cad061a4588fe744c7e462d7dbc790090e.tar.gz
ports-fbf0b0cad061a4588fe744c7e462d7dbc790090e.zip
Just a little variable reordering. (WRKSRC goes after MAINTAINER.)
Notes
Notes: svn path=/head/; revision=3493
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg_encode/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile
index 77fe2eb870d0..f962097b1185 100644
--- a/multimedia/mpeg_encode/Makefile
+++ b/multimedia/mpeg_encode/Makefile
@@ -3,15 +3,16 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/01 20:04:36 erich Exp $
#
DISTNAME= mpeg_encode-1.5b-src
PKGNAME= mpeg_encode-1.5b
CATEGORIES+= graphics
MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
-WRKSRC= ${WRKDIR}/mpeg_encode
MAINTAINER= erich@FreeBSD.org
+WRKSRC= ${WRKDIR}/mpeg_encode
+
.include <bsd.port.mk>