aboutsummaryrefslogtreecommitdiff
path: root/multimedia/rtmpdump/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-03-15 14:46:10 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-03-15 14:46:10 +0000
commitcf4fd80d305c38615677e3d127bfd46c5571c473 (patch)
treec869c403c17c731a7c7ca456d67c18c54e6775a6 /multimedia/rtmpdump/Makefile
parentdcfcdca86d4252285e458a90b08ca92d9271c15a (diff)
downloadports-cf4fd80d305c38615677e3d127bfd46c5571c473.tar.gz
ports-cf4fd80d305c38615677e3d127bfd46c5571c473.zip
Fix typos in the variable name.
Spotted by: QAT
Notes
Notes: svn path=/head/; revision=251083
Diffstat (limited to 'multimedia/rtmpdump/Makefile')
-rw-r--r--multimedia/rtmpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile
index 43f799f4ffd3..80966cc45117 100644
--- a/multimedia/rtmpdump/Makefile
+++ b/multimedia/rtmpdump/Makefile
@@ -19,11 +19,11 @@ ALL_TARGET= posix
MAN1= rtmpdump.1
MAN8= rtmpgw.8
-PLIST_FILES_PROG= bin/rtmpdump bin/rtmpgw bin/rtmpsrv bin/rtmpsuck
+PLIST_FILES= bin/rtmpdump bin/rtmpgw bin/rtmpsrv bin/rtmpsuck
PORTDOCS= ChangeLog README
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES_PROG:S,^bin/,,} \
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
${PREFIX}/bin \
&& ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 \
&& ${INSTALL_MAN} ${MAN8} ${MAN1PREFIX}/man/man8