mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Allow stripping as a regular user
This commit is contained in:
parent
c47a89e9ca
commit
366d097578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370720
@ -50,7 +50,6 @@ post-patch:
|
||||
${WRKSRC}/configure.ac
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323_r.so.1
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pwlib/codecs/audio/*.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig 2005-08-05 01:31:59.000000000 +0600
|
||||
+++ Makefile.in 2007-07-13 16:11:26.000000000 +0600
|
||||
--- Makefile.in.orig 2005-08-04 19:31:59 UTC
|
||||
+++ Makefile.in
|
||||
@@ -337,22 +337,14 @@
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(LIBDIR)
|
||||
@ -13,7 +13,7 @@
|
||||
- rm -f $(OH323_FILE).@MAJOR_VERSION@ ; \
|
||||
- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@ \
|
||||
- )
|
||||
+ $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
|
||||
+ $(BSD_INSTALL_LIB) lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
|
||||
(cd $(DESTDIR)$(LIBDIR) ; \
|
||||
rm -f $(OH323_FILE) ; \
|
||||
- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \
|
||||
|
@ -76,16 +76,11 @@ include/openh323/vblasterlid.h
|
||||
include/openh323/vpblid.h
|
||||
include/openh323/x224.h
|
||||
include/openh323/x880.h
|
||||
@dirrm include/openh323
|
||||
%%DATADIR%%/openh323u.mak
|
||||
%%DATADIR%%/version.h
|
||||
@dirrmtry %%DATADIR%%
|
||||
lib/pwlib/codecs/audio/g726_audio_pwplugin.so
|
||||
lib/pwlib/codecs/audio/gsm0610_audio_pwplugin.so
|
||||
lib/pwlib/codecs/audio/ilbc_audio_pwplugin.so
|
||||
lib/pwlib/codecs/audio/ima_adpcm_audio_pwplugin.so
|
||||
lib/pwlib/codecs/audio/lpc10_audio_pwplugin.so
|
||||
lib/pwlib/codecs/audio/speex_audio_pwplugin.so
|
||||
@dirrm lib/pwlib/codecs/audio
|
||||
@dirrm lib/pwlib/codecs
|
||||
@dirrmtry lib/pwlib
|
||||
|
Loading…
Reference in New Issue
Block a user