diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 16:54:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 16:54:55 +0800 |
commit | 36464b921f8bc7f08264f787a9042460caeb391e (patch) | |
tree | 90ff27349f88d14f8b300ecfb159b621d2466e7f /audio/nspmod | |
parent | 4ffa4161018441612053918e52e7d4221fec1fcc (diff) | |
download | freebsd-ports-graphics-36464b921f8bc7f08264f787a9042460caeb391e.tar.gz freebsd-ports-graphics-36464b921f8bc7f08264f787a9042460caeb391e.tar.zst freebsd-ports-graphics-36464b921f8bc7f08264f787a9042460caeb391e.zip |
Move MASTER_SITE_SUBDIR after MASTER_SITES.
Diffstat (limited to 'audio/nspmod')
-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 ec861fc246d..09de0c3edda 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 |