diff options
author | arved <arved@FreeBSD.org> | 2003-07-22 19:04:21 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-22 19:04:21 +0800 |
commit | 52658afe21edf70b6d1df84f754ff52276b4c4e0 (patch) | |
tree | d1b4077b85f68578f79b7d620f4a030f42323261 /net | |
parent | e988618bc9d818cb0a47ec4dadd54b3816224e43 (diff) | |
download | freebsd-ports-graphics-52658afe21edf70b6d1df84f754ff52276b4c4e0.tar.gz freebsd-ports-graphics-52658afe21edf70b6d1df84f754ff52276b4c4e0.tar.zst freebsd-ports-graphics-52658afe21edf70b6d1df84f754ff52276b4c4e0.zip |
Fix dependency
Fix install of optional patches.
PR: 54471
Submitted by: Andrew <andrew@ugh.net.au>
Diffstat (limited to 'net')
-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 276dbb59213..06780b314ce 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> |