diff options
author | knu <knu@FreeBSD.org> | 2000-10-26 03:38:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-26 03:38:06 +0800 |
commit | 16a3ba34a9d10c8a5cff52b688646ac8c52f4e27 (patch) | |
tree | f070d46fae4ba7408d15f77c78c0353429e63385 /graphics/flashplayer | |
parent | 336283081e981f12df63d1c1694e370f95b17a86 (diff) | |
download | freebsd-ports-gnome-16a3ba34a9d10c8a5cff52b688646ac8c52f4e27.tar.gz freebsd-ports-gnome-16a3ba34a9d10c8a5cff52b688646ac8c52f4e27.tar.zst freebsd-ports-gnome-16a3ba34a9d10c8a5cff52b688646ac8c52f4e27.zip |
Define USE_X_PREFIX and install under ${X11BASE}/bin.
Diffstat (limited to 'graphics/flashplayer')
-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> |