diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-08-17 03:40:58 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-08-17 03:40:58 +0000 |
commit | 4e04ff0f8a596c70f7b90eefb8bc49c3d1332597 (patch) | |
tree | 76331d2d0a82988abd85a462714ccba0bb8d394c /net/domtools/Makefile | |
parent | Don't install stuff writable to group wheel (diff) |
Update to 1.5.0.
Make a shared directory 1777 instead of 777.
Respect ${PREFIX}.
Submitted by: Alex Perel <veers@disturbed.net>
Notes
Notes:
svn path=/head/; revision=31696
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: |