aboutsummaryrefslogtreecommitdiff
path: root/www/linux-flashplugin7/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-10 03:00:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-10 03:00:36 +0000
commit62cab774548d97586bb3c7a47b0f1cfe9a443e4a (patch)
tree6c4dd507c7879eddd1f8b2aa7d021864b837bea4 /www/linux-flashplugin7/Makefile
parent068f0e5406438fb161b4bb9aaeea64495b6ff3b0 (diff)
downloadports-62cab774548d97586bb3c7a47b0f1cfe9a443e4a.tar.gz
ports-62cab774548d97586bb3c7a47b0f1cfe9a443e4a.zip
[PATCH]: www/* use {} vs () consistently
Fix all occurrences of this that are not part of REPLACE_CMD commands. PR: ports/117051 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Notes
Notes: svn path=/head/; revision=201234
Diffstat (limited to 'www/linux-flashplugin7/Makefile')
-rw-r--r--www/linux-flashplugin7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-flashplugin7/Makefile b/www/linux-flashplugin7/Makefile
index 3526ec8de352..171635bdbc28 100644
--- a/www/linux-flashplugin7/Makefile
+++ b/www/linux-flashplugin7/Makefile
@@ -37,10 +37,10 @@ OPTIONS= NSPLUG "Install nspluginwrapper (for native browser use)" on
.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
.if defined (WITH_NSPLUG)
-RUN_DEPENDS+= nspluginwrapper:$(PORTSDIR)/www/nspluginwrapper
+RUN_DEPENDS+= nspluginwrapper:${PORTSDIR}/www/nspluginwrapper
.endif
post-patch:
- (cd $(WRKDIR)/fp7_archive/r70 && ${TAR} -xzf install_flash_player_7_linux_r70.tar.gz)
+ (cd ${WRKDIR}/fp7_archive/r70 && ${TAR} -xzf install_flash_player_7_linux_r70.tar.gz)
.include <bsd.port.post.mk>