diff options
author | krion <krion@FreeBSD.org> | 2004-04-29 07:44:00 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-29 07:44:00 +0000 |
commit | 6abb2542eafc562db4d4a86463874e1f66f741ff (patch) | |
tree | 4eac24f63007bc6870f1f496bf85b20d0b387dcd | |
parent | fdac7b554e2b5dbfb29968f5c2e2bc40c89105f6 (diff) | |
download | FreeBSD-ports-6abb2542eafc562db4d4a86463874e1f66f741ff.zip FreeBSD-ports-6abb2542eafc562db4d4a86463874e1f66f741ff.tar.gz |
- Fix typo
-rw-r--r-- | audio/muse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 700a1f3..9c8c4d4 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --disable-debug --disable-lubrify MAN1= muse.1 PORTDOCS= ${DOCSFILES:S,doc/,,g} -PLIT_FILES= bin/muse +PLIST_FILES= bin/muse CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -DHAVE_SYS_UIO_H \ ${PTHREAD_CFLAGS} |