diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-27 03:07:08 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-27 03:07:08 +0000 |
commit | 37782d12742f751caafdf1e512eb265891b2ffa3 (patch) | |
tree | fda10ad866ed92e955c01faa0c8960744cbb4774 /audio/xmcd/Makefile | |
parent | 6ddb75cb48752f3e8bb0703a8d85ddc97ad3b2e7 (diff) | |
download | ports-37782d12742f751caafdf1e512eb265891b2ffa3.tar.gz ports-37782d12742f751caafdf1e512eb265891b2ffa3.zip |
Notes
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index fb2357e10c05..39e5d7b5b610 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,15 +1,14 @@ # New ports collection makefile for: xmcd -# Version required: 2.2 +# Version required: 2.3 # Date created: 16 Februar 1995 # Whom: Gennady Sorokopud <gena@NetVision.net.il> # -# $Id: Makefile,v 1.7 1996/11/29 23:39:57 torstenb Exp $ +# $Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp $ # -DISTNAME= xmcd-2.2 +DISTNAME= xmcd-2.3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications/xmcd +MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/ MAINTAINER= deischen@iworks.InterWorks.org @@ -17,7 +16,6 @@ REQUIRES_MOTIF= yes USE_IMAKE= yes IS_INTERACTIVE= yes # asks a lot of questions -post-install: - ${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd +MAN1= cddbcmd.1 wm2xmcd.1 .include <bsd.port.mk> |