summaryrefslogtreecommitdiff
path: root/graphics/flashplayer
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-25 19:38:06 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-25 19:38:06 +0000
commit274caa05a7dfc72d38de5bf81e862059833c5720 (patch)
treef2a80dae05a86e550219abf4b2bca916899251e5 /graphics/flashplayer
parentUpdate to 3.0 beta 2 patchlevel 9 (diff)
Define USE_X_PREFIX and install under ${X11BASE}/bin.
Notes
Notes: svn path=/head/; revision=34235
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r--graphics/flashplayer/Makefile3
-rw-r--r--graphics/flashplayer/files/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 79337974c8f7..ff9b2b6890a5 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flashplayer
PORTVERSION= 0.4.10
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.swift-tools.com/Flash/
DISTNAME= flash-${PORTVERSION}
@@ -16,6 +17,8 @@ MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= flash.0:${.CURDIR}/../libflash
+USE_X_PREFIX= yes
+
WRKSRC= ${WRKDIR}/${DISTNAME}/Player
pre-build:
diff --git a/graphics/flashplayer/files/Makefile b/graphics/flashplayer/files/Makefile
index 0e67bc8fb449..843a1342705f 100644
--- a/graphics/flashplayer/files/Makefile
+++ b/graphics/flashplayer/files/Makefile
@@ -5,6 +5,6 @@ SRCS= main.c
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm
NOMAN= YES
-BINDIR= ${LOCALBASE}/bin
+BINDIR= ${X11BASE}/bin
.include <bsd.prog.mk>