diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 23e21233a251ee6b24372eae264086794b6102b8 (patch) | |
tree | 37594a2b6d627e3995eae0b4284567b6f9aaaa8f /audio/xmcd | |
parent | d040c051a115e334018d93f27c899087c034a74b (diff) | |
download | FreeBSD-ports-23e21233a251ee6b24372eae264086794b6102b8.zip FreeBSD-ports-23e21233a251ee6b24372eae264086794b6102b8.tar.gz |
Updating Makefiles, audio ports.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 61cdaa4..48ab868 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,14 +3,13 @@ # Date created: 16 Februar 1995 # Whom: gena # -# $Id: Makefile,v 1.1.1.1 1995/02/17 10:53:05 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:44:07 jkh Exp $ # DISTNAME= xmcd-1.4 -DISTFILES= xmcd-1.4.tar.gz - -MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ CATEGORIES+= audio +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ +DISTFILES= xmcd-1.4.tar.gz USE_IMAKE= yes IS_INTERACTIVE= yes |