diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-20 02:09:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-20 02:09:54 +0000 |
commit | 8047f0fe32711a711118475740f1418845037b19 (patch) | |
tree | 42909f23da77f160f9a7e3c141c3b94d02f4880e /audio | |
parent | ef75a40328fed4fc3da8e4e222e3b875db429cd1 (diff) | |
download | ports-8047f0fe32711a711118475740f1418845037b19.tar.gz ports-8047f0fe32711a711118475740f1418845037b19.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index bfadbdae4118..5ca740f668f3 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 12 15:54:21 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/11/16 08:42:38 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/16 08:49:10 asami Exp $ # DISTNAME= cam-1.02 @@ -12,4 +12,6 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers EXTRACT_SUFX= .tgz +MAINTAINER= erich@FreeBSD.org + .include <bsd.port.mk> |