diff options
author | asami <asami@FreeBSD.org> | 1997-03-28 17:13:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-28 17:13:20 +0800 |
commit | 8e9269f04a42e23cada6a982805bd7d630ce9ad1 (patch) | |
tree | 7cf0c5c5097acbbefed742b0cc31e890ee094978 /audio | |
parent | eaee9de55f024effc08d9d411d0370f9cce75adb (diff) | |
download | freebsd-ports-gnome-8e9269f04a42e23cada6a982805bd7d630ce9ad1.tar.gz freebsd-ports-gnome-8e9269f04a42e23cada6a982805bd7d630ce9ad1.tar.zst freebsd-ports-gnome-8e9269f04a42e23cada6a982805bd7d630ce9ad1.zip |
Minor stylistic fix.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/splay/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index fc5534760709..6e55cc5310e1 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -3,13 +3,11 @@ # Date created: Mar 20 1997 # Whom: junker@jazz.snu.ac.kr # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/26 02:10:32 jfitz Exp $ # DISTNAME= splay-0.2 -PKGNAME= splay-0.2 CATEGORIES= audio - MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR = apps/sound |