mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fix build of husky ports if husky-smapi was installed as a package
This commit is contained in:
parent
3dbac872ab
commit
b45999120a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73390
@ -8,8 +8,13 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= husky
|
||||
DIST_SUBDIR= husky
|
||||
|
||||
USE_GMAKE= yes
|
||||
WRKSRC?= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.if ${PORTNAME} != "base"
|
||||
BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-build:
|
||||
@${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR}
|
||||
.endif
|
||||
|
@ -13,8 +13,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION}
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user