diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-04 21:27:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-04 21:27:44 +0800 |
commit | b3a2e754fe7a5616baf40994d95b5a07b316d1a6 (patch) | |
tree | f327cd54f8a2541aa251b5710dc7ade31910b176 /textproc | |
parent | 717330243786bd259d742da49a5239fc6ac02901 (diff) | |
download | freebsd-ports-gnome-b3a2e754fe7a5616baf40994d95b5a07b316d1a6.tar.gz freebsd-ports-gnome-b3a2e754fe7a5616baf40994d95b5a07b316d1a6.tar.zst freebsd-ports-gnome-b3a2e754fe7a5616baf40994d95b5a07b316d1a6.zip |
- Strip shared library and object file to pet stage-qa:
- Bump PORTREVISION for package change
Reviewed by: swills
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 92284d0971ab..a8b1168bf3ff 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -2,6 +2,7 @@ PORTNAME= nokogiri PORTVERSION= 1.6.3.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -20,4 +21,9 @@ CONFIGURE_ARGS= --use-system-libraries 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> |