From 71abbe992037e71b0b4da9b9518d2c1fab30d976 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 25 Oct 2002 20:14:18 +0000 Subject: Author does not seem very interested in distributing source by itself. Revert to the usual distfile and remove object code before building. --- audio/wmusic/Makefile | 4 +++- audio/wmusic/distinfo | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/wmusic') diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index aa7fff7ad91f..e7011ab44c17 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -9,7 +9,6 @@ PORTNAME= wmusic PORTVERSION= 1.4.10 CATEGORIES= audio windowmaker MASTER_SITES= http://home.jtan.com/~john/wmusic/downloads/ -DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} MAINTAINER= eric@FreeBSD.org @@ -24,6 +23,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG=${GTK_CONFIG} +pre-build: + cd ${WRKSRC} && make clean + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin .ifndef(NOPORTDOCS) diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo index 90b0ad9911f8..0ee0975c5975 100644 --- a/audio/wmusic/distinfo +++ b/audio/wmusic/distinfo @@ -1 +1 @@ -MD5 (wmusic-1.4.10-src.tar.gz) = 2c29ba3c5a04ad0f8f79e56e7a7e165b +MD5 (wmusic-1.4.10.tar.gz) = 2c29ba3c5a04ad0f8f79e56e7a7e165b -- cgit