mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- Strip shared library and object file to pet stage-qa:
- Bump PORTREVISION for package change Reviewed by: swills
This commit is contained in:
parent
48657f1960
commit
4fabf9aea9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367264
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= nokogiri
|
PORTNAME= nokogiri
|
||||||
PORTVERSION= 1.6.3.1
|
PORTVERSION= 1.6.3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -20,4 +21,9 @@ CONFIGURE_ARGS= --use-system-libraries
|
||||||
|
|
||||||
PLIST_FILES= bin/nokogiri
|
PLIST_FILES= bin/nokogiri
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.o
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.so
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/nokogiri/*.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue