diff options
author | Eric Melville <eric@FreeBSD.org> | 2002-10-25 20:14:18 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2002-10-25 20:14:18 +0000 |
commit | ea375d4a26c6d1167d25d8d225cc7d29024919af (patch) | |
tree | 3a6a1917ea835eb840133b80c40594fab7f12d5b /audio/wmusic/Makefile | |
parent | d2d8ad210982ed43f027d034b18c20afae87c554 (diff) |
Notes
Diffstat (limited to 'audio/wmusic/Makefile')
-rw-r--r-- | audio/wmusic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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) |