diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/radio | |
parent | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (diff) |
Notes
Diffstat (limited to 'audio/radio')
-rw-r--r-- | audio/radio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index 206a4dac4112..d78a0e9e81f0 100644 --- a/audio/radio/Makefile +++ b/audio/radio/Makefile @@ -3,14 +3,16 @@ # Date created: 5 July 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $Id: Makefile,v 1.3 1996/10/18 07:47:10 max Exp $ +# $Id: Makefile,v 1.4 1996/10/18 16:11:04 max Exp $ # DISTNAME= radio2.0.4 PKGNAME= radio-2.0.4 -CATEGORIES+= audio net +CATEGORIES= audio net MASTER_SITES= ftp://ftp.cwi.nl/pub/audio/ +MAINTAINER= janek@gaja.ipan.lublin.pl + NO_WRKSUBDIR= yes MAKE_FLAGS= FreeBSD -f |