summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-13 01:44:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-13 01:44:17 +0000
commit95b326542754e7313d358007c6df07850f6624db (patch)
tree9f0d60cb3ca1276795bf3dc925dac5db8b4f5ba6 /audio/xmcd/Makefile
parentConvert all (:) archivers/p5-* ports to new perl scheme. (diff)
Make this port non-interactive. The configuration script is
installed under ${PREFIX} for package users anyway. Also minor cleanup of PLIST to get rid of warnings, and delete one non-existent file. Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> (the non-interactiveness part.)
Notes
Notes: svn path=/head/; revision=12484
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 39e5d7b5b610..3fecf7c4a5ac 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Februar 1995
# Whom: Gennady Sorokopud <gena@NetVision.net.il>
#
-# $Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp $
+# $Id: Makefile,v 1.9 1998/05/27 03:07:06 mph Exp $
#
DISTNAME= xmcd-2.3
@@ -14,8 +14,10 @@ MAINTAINER= deischen@iworks.InterWorks.org
REQUIRES_MOTIF= yes
USE_IMAKE= yes
-IS_INTERACTIVE= yes # asks a lot of questions
MAN1= cddbcmd.1 wm2xmcd.1
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
.include <bsd.port.mk>