summaryrefslogtreecommitdiff
path: root/graphics/flashplayer
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-25 07:30:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-25 07:30:25 +0000
commit96c78903681322e075e1158d8a85ed0f6a7bd38d (patch)
treead60b04ec8122b5489fccc77ebfb7038a71b4d99 /graphics/flashplayer
parentProperly convert scancode into acsii representation in svga driver. (diff)
Clean up.
Respect X11BASE. PR: ports/21369 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
Notes
Notes: svn path=/head/; revision=33088
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>