Clean up.

Respect X11BASE.

PR:		ports/21369
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
This commit is contained in:
Akinori MUSHA 2000-09-25 07:30:25 +00:00
parent 04b873263b
commit 96c7890368
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33088
2 changed files with 8 additions and 12 deletions

View File

@ -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>

View File

@ -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>