diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-03-27 10:35:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-03-27 10:35:57 +0000 |
commit | 3dede06e781b701f23d073b99882723f8b282874 (patch) | |
tree | f8626f72c12902c6fd541d3f84f46e677b8e28b2 /audio/gnome-audio | |
parent | 4f414076eb578048c23794a4389231bc66e47496 (diff) |
Fix the MASTER_SITE_SUBDIR.
Notes
Notes:
svn path=/head/; revision=17407
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r-- | audio/gnome-audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 24c8568198ec..6c59edc84f32 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -3,14 +3,14 @@ # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1999/02/19 04:24:59 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/09 01:08:47 nectar Exp $ # DISTNAME= gnome-audio-1.0.0 PKGNAME= gnomeaudio-1.0.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-1.0/sources +MASTER_SITE_SUBDIR= gnome-audio MAINTAINER= vanilla@FreeBSD.ORG |