diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 02e84c27a6b76abc5a0236c8baa85da50345fdba (patch) | |
tree | 86b776760f67d66cb9647eff31ac28a133cfd3aa /audio/xmcd | |
parent | 8777d608921b9489149424c90677e1591da20037 (diff) |
Updating Makefiles, audio ports.
Notes
Notes:
svn path=/head/; revision=1338
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 61cdaa4ece49..48ab868edfaf 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 |