diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-31 06:30:46 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-31 06:30:46 +0000 |
commit | 7510ef1fc9fe9c8b3f79286655b862b50ce9ebd6 (patch) | |
tree | ffe1617286b77a89dd0e2bd52ed03cd88c295f05 /audio/nas | |
parent | sort plist (diff) |
Add MAINTAINER= ports@FreeBSD.ORG to makefile. It had no MAINTAINER line.
Notes
Notes:
svn path=/head/; revision=19149
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |