From 7044ad815c4a74f0fa09c4c5847055f2cf250313 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sat, 11 Jan 2003 12:12:07 +0000 Subject: - strip shared libs when installing - do not USE_REINPLACE for all husky ports - create soft link to huskymak.cfg in pre-build stage --- news/husky-base/Makefile | 1 + news/husky-base/Makefile.inc | 3 +-- news/husky-base/files/patch-huskymak.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'news/husky-base') diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile index c392cebdc4c7..11d74e0cc13a 100644 --- a/news/husky-base/Makefile +++ b/news/husky-base/Makefile @@ -15,6 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION} NO_BUILD= yes +USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} \ diff --git a/news/husky-base/Makefile.inc b/news/husky-base/Makefile.inc index c6779a22dcc4..34232a762d81 100644 --- a/news/husky-base/Makefile.inc +++ b/news/husky-base/Makefile.inc @@ -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} diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg index 446be52605a3..a9e1e7b72bd2 100644 --- a/news/husky-base/files/patch-huskymak.cfg +++ b/news/husky-base/files/patch-huskymak.cfg @@ -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 -- cgit v1.2.3