diff options
-rw-r--r-- | audio/Makefile | 5 | ||||
-rw-r--r-- | audio/nspmod/Makefile | 4 | ||||
-rw-r--r-- | audio/nspmod/pkg/PLIST | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/Makefile b/audio/Makefile index 424d38dde56..ab6296e0ef6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1997/10/31 08:24:15 augustss Exp $ +# $NetBSD: Makefile,v 1.7 1997/10/31 22:08:34 augustss Exp $ # SUBDIR += amp @@ -9,8 +9,7 @@ SUBDIR += mikmod SUBDIR += mpg123 #SUBDIR += nas - #SUBDIR += nspmod - #SUBDIR += radio + SUBDIR += nspmod #SUBDIR += rplay #SUBDIR += rsynth SUBDIR += sox diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index e44aafc44be..066fbd32938 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -3,7 +3,8 @@ # Date created: 1 Jun 1997 # Whom: jmg # -# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:47 augustss Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/31 22:08:37 augustss Exp $ +# FreeBSD Id: Makefile,v 1.2 1997/06/03 08:54:55 asami Exp # DISTNAME= nspmod-0.1 @@ -12,6 +13,7 @@ MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players +# FreeBSD maintainer MAINTAINER= jmg@FreeBSD.ORG MAN1= nspmod.1 diff --git a/audio/nspmod/pkg/PLIST b/audio/nspmod/pkg/PLIST index 2ecf6b13608..eb7e0b454cc 100644 --- a/audio/nspmod/pkg/PLIST +++ b/audio/nspmod/pkg/PLIST @@ -1,2 +1,2 @@ bin/nspmod -man/man1/nspmod.1.gz +man/man1/nspmod.1 |