diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 19:38:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 19:38:06 +0000 |
commit | 274caa05a7dfc72d38de5bf81e862059833c5720 (patch) | |
tree | f2a80dae05a86e550219abf4b2bca916899251e5 /graphics | |
parent | Update 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')
-rw-r--r-- | graphics/flashplayer/Makefile | 3 | ||||
-rw-r--r-- | graphics/flashplayer/files/Makefile | 2 |
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> |