summaryrefslogtreecommitdiff
path: root/graphics/libflash
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-01 02:53:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-01 02:53:01 +0000
commitfea1faa1a52f7a2a9b5066c21a4eaad645d87e66 (patch)
tree82f356604ddbfa2d8dad0f85d99a8483c56af687 /graphics/libflash
parentUpgrade to 7.5.2. This also fixes the build problem with ELF. (diff)
spaces -> tabs (was killing package build)
Notes
Notes: svn path=/head/; revision=26459
Diffstat (limited to 'graphics/libflash')
-rw-r--r--graphics/libflash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile
index 3899e9b3bc97..70946186b982 100644
--- a/graphics/libflash/Makefile
+++ b/graphics/libflash/Makefile
@@ -21,9 +21,9 @@ MAINTAINER= knu@idaemons.org
USE_X_PREFIX= yes
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} swfplayer
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} swfplayer
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin
.include <bsd.port.mk>