aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/muse/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-22 05:38:20 +0800
committerwollman <wollman@FreeBSD.org>2002-10-22 05:38:20 +0800
commite0bf11047f6b2255eb77de9442d28c9b6cd1061f (patch)
tree6fab091ab249ce8efb460424315e94bae8a6d8aa /sysutils/muse/Makefile
parentadc4df7f006cd3180351f7a8ac806fd843c726e5 (diff)
downloadfreebsd-ports-gnome-e0bf11047f6b2255eb77de9442d28c9b6cd1061f.tar.gz
freebsd-ports-gnome-e0bf11047f6b2255eb77de9442d28c9b6cd1061f.tar.zst
freebsd-ports-gnome-e0bf11047f6b2255eb77de9442d28c9b6cd1061f.zip
It's easier to replace the whole Makefile with one that works.
(I won't speak as to the operation of the program itself, but at least it builds now.)
Diffstat (limited to 'sysutils/muse/Makefile')
-rw-r--r--sysutils/muse/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile
index c5f167e19c49..f0fb2e02e585 100644
--- a/sysutils/muse/Makefile
+++ b/sysutils/muse/Makefile
@@ -15,4 +15,8 @@ MAINTAINER= freebsd@spatula.net
MAN1= muse.1
MANCOMPRESSED= yes
+pre-patch:
+ ${RM} -f ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+
.include <bsd.port.mk>