aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/rtmpdump/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2010-03-15 22:46:10 +0800
committerhrs <hrs@FreeBSD.org>2010-03-15 22:46:10 +0800
commitcf77f85148d10ddcd88cb29282f366e735d1700c (patch)
treef0fb6877cad1ea0be0fc53d4bc28186efec0af5f /multimedia/rtmpdump/Makefile
parentf7511cad5e36016e09ee00be0c48dbc438c446c4 (diff)
downloadfreebsd-ports-gnome-cf77f85148d10ddcd88cb29282f366e735d1700c.tar.gz
freebsd-ports-gnome-cf77f85148d10ddcd88cb29282f366e735d1700c.tar.zst
freebsd-ports-gnome-cf77f85148d10ddcd88cb29282f366e735d1700c.zip
Fix typos in the variable name.
Spotted by: QAT
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