summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:31:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:31:50 +0000
commit271fe572a1525f676e75754cac905f2fad390276 (patch)
tree991df7e9c61f30937af892a54f5a21385d45736d /graphics
parentJust a little variable reordering, to make MAINTAINER stand out a bit more (diff)
Move WRKSRC below MAINTAINER.
Notes
Notes: svn path=/head/; revision=3629
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpeg_stat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mpeg_stat/Makefile b/graphics/mpeg_stat/Makefile
index 709cc764b509..c4998334cfe6 100644
--- a/graphics/mpeg_stat/Makefile
+++ b/graphics/mpeg_stat/Makefile
@@ -3,15 +3,16 @@
# Date created: Thu Aug 1 21:52:06 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/16 13:40:48 erich Exp $
#
DISTNAME= mpeg_stat-2.2b-src
PKGNAME= mpeg_stat-2.2b
CATEGORIES+= graphics
MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/
-WRKSRC= ${WRKDIR}/mpeg_stat
MAINTAINER= erich@FreeBSD.org
+WRKSRC= ${WRKDIR}/mpeg_stat
+
.include <bsd.port.mk>