diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /audio/s3mod | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.zst freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'audio/s3mod')
-rw-r--r-- | audio/s3mod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index d414d543944e..1b28bc8f5f3b 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -3,13 +3,14 @@ # Date created: 9 March 1995 # Whom: ugen # -# $Id: Makefile,v 1.3 1995/04/11 19:46:50 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/15 23:14:19 obrien Exp $ # DISTNAME= s3mod-v1.08A PKGNAME= s3mod-1.08a CATEGORIES= audio -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/players DISTFILES= s3mod-v1.08A.tar.gz MAINTAINER= ugen@FreeBSD.org |