diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-27 12:17:04 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-27 12:17:04 +0800 |
commit | d32b38126743f0612b9bf6d909e81de64906c23b (patch) | |
tree | e6f226caef87e0db5caeb72ac2d2356e7d60c15c /audio | |
parent | 9006cc6f4382e1dadead4c99fdcbdc5d70eafbbd (diff) | |
download | freebsd-ports-gnome-d32b38126743f0612b9bf6d909e81de64906c23b.tar.gz freebsd-ports-gnome-d32b38126743f0612b9bf6d909e81de64906c23b.tar.zst freebsd-ports-gnome-d32b38126743f0612b9bf6d909e81de64906c23b.zip |
Use PLIST_FILES.
Diffstat (limited to 'audio')
-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 |