diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-12 08:09:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-12 08:09:46 +0000 |
commit | 1b0dc9bb3f05e3952c69aa112344ea1458945ac4 (patch) | |
tree | 506cd3b0f0b5840884f4f7bb5e9172b861c01e3c /www/flashplugin/Makefile | |
parent | 6bb5419c0a4a112c6fe7887d6a8bc96edcb1e280 (diff) | |
download | ports-1b0dc9bb3f05e3952c69aa112344ea1458945ac4.tar.gz ports-1b0dc9bb3f05e3952c69aa112344ea1458945ac4.zip |
Notes
Diffstat (limited to 'www/flashplugin/Makefile')
-rw-r--r-- | www/flashplugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile index 8641ee4b25cf..ee8036410b62 100644 --- a/www/flashplugin/Makefile +++ b/www/flashplugin/Makefile @@ -18,7 +18,8 @@ PATCHFILES= flash-0.4.3-fbsd-19990512.patch MAINTAINER= knu@idaemons.org -MAKE_ENV+= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout +USE_XLIB= yes +MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout PORTOBJFORMAT= aout ALL_TARGET= libswf.so @@ -26,6 +27,7 @@ do-install: .if !defined(PACKAGE_BUILDING) @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL .endif + ${MKDIR} ${PREFIX}/lib/netscape/plugins cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins .include <bsd.port.mk> |