diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-11 12:12:07 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-11 12:12:07 +0000 |
commit | 7044ad815c4a74f0fa09c4c5847055f2cf250313 (patch) | |
tree | 2cf87e9af63a831403682fd8874cc7b44d1d3e36 /news/husky-base | |
parent | 04b4de8d3dc4d8277808ef66c4ff0f18b2fd0c27 (diff) | |
download | ports-7044ad815c4a74f0fa09c4c5847055f2cf250313.tar.gz ports-7044ad815c4a74f0fa09c4c5847055f2cf250313.zip |
Notes
Diffstat (limited to 'news/husky-base')
-rw-r--r-- | news/husky-base/Makefile | 1 | ||||
-rw-r--r-- | news/husky-base/Makefile.inc | 3 | ||||
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
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 |