diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 21:38:20 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 21:38:20 +0000 |
commit | 2fbf6f07eb78f05859e38bc769d3298158d248eb (patch) | |
tree | 1b70fa893f280e098a1ba879a6ba2d1524685453 /sysutils/muse | |
parent | 21bf6ba5c66e6f5678261187eeab0a0792274e55 (diff) | |
download | ports-2fbf6f07eb78f05859e38bc769d3298158d248eb.tar.gz ports-2fbf6f07eb78f05859e38bc769d3298158d248eb.zip |
Notes
Diffstat (limited to 'sysutils/muse')
-rw-r--r-- | sysutils/muse/Makefile | 4 | ||||
-rw-r--r-- | sysutils/muse/files/Makefile | 9 |
2 files changed, 13 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> diff --git a/sysutils/muse/files/Makefile b/sysutils/muse/files/Makefile new file mode 100644 index 000000000000..17b285a8ae18 --- /dev/null +++ b/sysutils/muse/files/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ +PROG= muse +LDADD= -lkvm +PREFIX?=/usr/local +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man +MAN1= muse.1 + +.include <bsd.prog.mk> |