diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-09 17:08:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-09 17:08:00 +0000 |
commit | 210880ecfd76a712507d72ec21bb2ae6aa66fc39 (patch) | |
tree | 9ab9f0507c9197ddcca14bc55a179f8d2f0b0382 | |
parent | Fix MASTER_SITES (diff) |
fix package build
http://bento.freebsd.org/errorlogs/5-latest/flashplugin-0.4.3.log
Notes
Notes:
svn path=/head/; revision=71479
-rw-r--r-- | www/flashplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile index d6da74f62ac7..4af9b3fd2a5b 100644 --- a/www/flashplugin/Makefile +++ b/www/flashplugin/Makefile @@ -59,6 +59,6 @@ do-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL .endif ${MKDIR} ${TARGETDIR} - ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} ${WRKSRC}/libswf.so ${TARGETDIR} + ${SETENV} OBJFORMAT=aout ${INSTALL_SCRIPT} ${WRKSRC}/libswf.so ${TARGETDIR} .include <bsd.port.post.mk> |