mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Author does not seem very interested in distributing source by itself.
Revert to the usual distfile and remove object code before building.
This commit is contained in:
parent
d2d8ad2109
commit
ea375d4a26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68817
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wmusic-1.4.10-src.tar.gz) = 2c29ba3c5a04ad0f8f79e56e7a7e165b
|
||||
MD5 (wmusic-1.4.10.tar.gz) = 2c29ba3c5a04ad0f8f79e56e7a7e165b
|
||||
|
Loading…
Reference in New Issue
Block a user