1
0
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:
Max Khon 2003-01-18 12:22:30 +00:00
parent 3dbac872ab
commit b45999120a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73390
2 changed files with 6 additions and 3 deletions

View File

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

View File

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