diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 08:00:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 08:00:45 +0000 |
commit | 161625c0b76d180fbd88442f23c34ca1dc642fa8 (patch) | |
tree | a57a87237f7aa6028fd7f264c9e446abd64e3ddb /audio/openal | |
parent | 4ec84d0e1d519b2af045bc2591914d01c4cafa69 (diff) | |
download | ports-161625c0b76d180fbd88442f23c34ca1dc642fa8.tar.gz ports-161625c0b76d180fbd88442f23c34ca1dc642fa8.zip |
Port installs a shared lib.
Informed maintainer.
Notes
Notes:
svn path=/head/; revision=77816
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 8e2c6b0e65e8..d633cca667bb 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -18,6 +18,7 @@ COMMENT= A 3D positional spatialized sound library WRKSRC= ${WRKDIR}/${DISTNAME}fbsd/linux GNU_CONFIGURE= yes USE_GMAKE= yes +INSTALLS_SHLIB= yes post-install: @${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info |