aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-17 18:31:50 +0800
committerasami <asami@FreeBSD.org>1996-08-17 18:31:50 +0800
commitba030baa5e91c09450a0b66d154919ba35c65eb7 (patch)
treef3fbcdd5c5350b5b63c980fc5bb19a5954ca21c1
parentec48443d70edccee8bcb408243841cd224d6d4e2 (diff)
downloadfreebsd-ports-graphics-ba030baa5e91c09450a0b66d154919ba35c65eb7.tar.gz
freebsd-ports-graphics-ba030baa5e91c09450a0b66d154919ba35c65eb7.tar.zst
freebsd-ports-graphics-ba030baa5e91c09450a0b66d154919ba35c65eb7.zip
Move WRKSRC below MAINTAINER.
-rw-r--r--graphics/mpeg_stat/Makefile5
-rw-r--r--multimedia/mpeg_stat/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mpeg_stat/Makefile b/graphics/mpeg_stat/Makefile
index 709cc764b50..c4998334cfe 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>
diff --git a/multimedia/mpeg_stat/Makefile b/multimedia/mpeg_stat/Makefile
index 709cc764b50..c4998334cfe 100644
--- a/multimedia/mpeg_stat/Makefile
+++ b/multimedia/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>