diff options
author | marino <marino@pkgsrc.org> | 2012-08-23 17:03:53 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-23 17:03:53 +0000 |
commit | 3a55e14ed9bdf66060718da99351732c4313f855 (patch) | |
tree | 53b87d0067e096a864bbe5aa596fd068dee4aebf /textproc | |
parent | 8550a8dbfbaf750e9076189955669c35df8435cb (diff) | |
download | pkgsrc-3a55e14ed9bdf66060718da99351732c4313f855.tar.gz |
textproc/tcl-expat: Fix non-priviledged build
Tcl-expat does not need to create lib/tcl. This is done already by the
lang/tcl package. Attempting the pre-install target fails when built
by a non-root user so just remove this redundant target.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcl-expat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index 3f43ac292ae..f8381672c49 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2012/08/21 21:58:14 marino Exp $ +# $NetBSD: Makefile,v 1.14 2012/08/23 17:03:53 marino Exp $ # DISTNAME= TclExpat-1.1 PKGNAME= tcl-expat-1.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc www tcl MASTER_SITES= http://www.zveno.com/in-tclxml/ @@ -17,9 +17,6 @@ USE_LIBTOOL= yes MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q} -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl - INSTALLATION_DIRS= share/doc/tcl/TclExpat post-install: |