diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 08:54:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 08:54:55 +0000 |
commit | 073d82ca90c8b8a43636987804f6c30e47245594 (patch) | |
tree | 8d688cd7a87d49e7440d514fd5c9b2379e142245 /audio | |
parent | this is the inital import of nspmod, a tracker that does it's own DSP... (diff) |
Move MASTER_SITE_SUBDIR after MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=6692
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nspmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index ec861fc246d3..09de0c3edda7 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -3,14 +3,14 @@ # Date created: 1 Jun 1997 # Whom: jmg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 08:33:06 jmg Exp $ # DISTNAME= nspmod-0.1 CATEGORIES= audio -MASTER_SITE_SUBDIR= apps/sound/players MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \ ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= jmg@FreeBSD.ORG |