From 2b8a75583304ef0c306a8f7e1fa02114dcf88948 Mon Sep 17 00:00:00 2001 From: mharo Date: Mon, 31 May 1999 06:30:46 +0000 Subject: Add MAINTAINER= ports@FreeBSD.ORG to makefile. It had no MAINTAINER line. --- audio/nas/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/nas/Makefile b/audio/nas/Makefile index fc8b84076bfa..adba784bf60d 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1997/01/06 12:04:12 jkh Exp $ +# $Id: Makefile,v 1.9 1998/09/28 01:52:27 steve Exp $ # DISTNAME= nas-1.2p5 @@ -12,6 +12,8 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= audio/nas +MAINTAINER= ports@FreeBSD.ORG + USE_IMAKE= yes ALL_TARGET= World # no need to "xmkmf -a" and create the Makefiles twice -- see above -- cgit