aboutsummaryrefslogtreecommitdiff
path: root/graphics/flashplayer
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r--graphics/flashplayer/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 670466203e43..22ec7b9a58ad 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -13,17 +13,15 @@ MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
DISTNAME= flash-${PORTVERSION}
EXTRACT_SUFX= .tgz
-PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
-PATCHFILES= flash-0.4.3-fbsd-19990512.patch
+PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
+PATCHFILES= flash-0.4.3-fbsd-19990512.patch
MAINTAINER= knu@FreeBSD.org
USE_X_PREFIX= yes
-
-do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} swfplayer
+ALL_TARGET= swfplayer
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/swfplayer ${PREFIX}/bin
.include <bsd.port.mk>