diff options
Diffstat (limited to 'net/domtools/Makefile')
-rw-r--r-- | net/domtools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/domtools/Makefile b/net/domtools/Makefile index 99d85c386b1f..3919113d68b2 100644 --- a/net/domtools/Makefile +++ b/net/domtools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= domtools -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -18,13 +18,15 @@ USE_PERL5= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ +MAKE_ENV+= PDEST=${PREFIX} + # XXX - patches/patch-aa modifies Makefile # and so does the post-patch target post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + ${SED} -e 's#/usr/bin/perl#${PERL5}#' -e '/^PDEST=/d' \ < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile post-install: |