diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-27 04:17:04 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-27 04:17:04 +0000 |
commit | a588c69f994af9724a51f28fe6c068e4c1f98649 (patch) | |
tree | 9cdeea5e79d048690bcfa373a17b1edbd7747c83 | |
parent | 0533ce77b4d0d26a5ad3fa5b551b06af7d33f14f (diff) | |
download | ports-a588c69f994af9724a51f28fe6c068e4c1f98649.tar.gz ports-a588c69f994af9724a51f28fe6c068e4c1f98649.zip |
Notes
-rw-r--r-- | audio/mutemix/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile index bae92a8b7146..a675b0e44bcb 100644 --- a/audio/mutemix/Makefile +++ b/audio/mutemix/Makefile @@ -19,15 +19,12 @@ RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ USE_PYTHON= yes NO_BUILD= yes -PLIST= ${WRKDIR}/pkg-plist +PLIST_FILES= bin/mutemix WRKSRC= ${WRKDIR} do-extract: ${MKDIR} ${WRKDIR} -pre-install: - ${ECHO_CMD} "bin/mutemix" > ${PLIST} - do-install: ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix |