diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-31 16:00:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-31 16:00:45 +0800 |
commit | 3d94470921e596ebc1edbc50bfa9556637c4e249 (patch) | |
tree | a3b043ad33090172eec2254157d91e660017193a /audio/openal | |
parent | 900b7e6d290739514d2697185a6a7bbab9b4ae97 (diff) | |
download | freebsd-ports-gnome-3d94470921e596ebc1edbc50bfa9556637c4e249.tar.gz freebsd-ports-gnome-3d94470921e596ebc1edbc50bfa9556637c4e249.tar.zst freebsd-ports-gnome-3d94470921e596ebc1edbc50bfa9556637c4e249.zip |
Port installs a shared lib.
Informed maintainer.
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 |