1
0
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:
Max Khon 2003-01-11 12:12:07 +00:00
parent 04b4de8d3d
commit 7044ad815c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72895
3 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org
WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION}
NO_BUILD= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} \

View File

@ -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}

View File

@ -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