From 4e04ff0f8a596c70f7b90eefb8bc49c3d1332597 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Thu, 17 Aug 2000 03:40:58 +0000 Subject: Update to 1.5.0. Make a shared directory 1777 instead of 777. Respect ${PREFIX}. Submitted by: Alex Perel --- net/domtools/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/domtools/Makefile') 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: -- cgit v1.2.3