diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /audio/nas/Makefile | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 2a4c3c6..026c4b3 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,13 +3,14 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1996/10/03 13:42:48 adam Exp $ +# $Id: Makefile,v 1.6 1996/11/15 23:13:56 obrien Exp $ # DISTNAME= nas-1.2p5 PKGNAME= nas-1.2.5 CATEGORIES= audio -MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= audio/nas MAINTAINER= jkh@FreeBSD.org |