diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 11:04:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 11:04:21 +0000 |
commit | 101fa3e3f65b7a3bef554bccfef8091453615f4a (patch) | |
tree | 196cbaa574223cc1d7cd7890b02be81831264a63 /net/radiator | |
parent | 856d68616afc09c4ee3754d7096f8c3304ba057e (diff) | |
download | ports-101fa3e3f65b7a3bef554bccfef8091453615f4a.tar.gz ports-101fa3e3f65b7a3bef554bccfef8091453615f4a.zip |
Fix dependency
Fix install of optional patches.
PR: 54471
Submitted by: Andrew <andrew@ugh.net.au>
Notes
Notes:
svn path=/head/; revision=85359
Diffstat (limited to 'net/radiator')
-rw-r--r-- | net/radiator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/radiator/Makefile b/net/radiator/Makefile index 276dbb592130..06780b314ced 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= shanali@yahoo.com COMMENT= Radiator Radius Server by Open System Consultants -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes @@ -37,8 +37,8 @@ IGNORE= will not be automatically fetched due to licensing\ .endif pre-configure: -.if exists(${DISTDIR}/patches-${PORTVERSION}.tar.gz) - ${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} +.if exists(${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz) + ${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} .endif .include <bsd.port.post.mk> |