mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- strip shared libs when installing
- do not USE_REINPLACE for all husky ports - create soft link to huskymak.cfg in pre-build stage
This commit is contained in:
parent
04b4de8d3d
commit
7044ad815c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72895
@ -15,6 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -8,9 +8,8 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= husky
|
||||
DIST_SUBDIR= husky
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC?= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
pre-build:
|
||||
@${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR}
|
||||
|
@ -50,7 +50,7 @@
|
||||
+ISOPT=-c -m 555 -o root -g wheel
|
||||
+
|
||||
+# options for installing shared libs
|
||||
+ILOPT=-c -m 555 -o root -g wheel
|
||||
+ILOPT=-c -s -m 555 -o root -g wheel
|
||||
+
|
||||
+# options for installing static libs
|
||||
+ISLOPT=-c -m 444 -o root -g wheel
|
||||
|
Loading…
Reference in New Issue
Block a user