diff options
author | marino <marino> | 2012-08-23 17:03:53 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-23 17:03:53 +0000 |
commit | 1de2e76e1a13ea701f803ea1f9e046239d648210 (patch) | |
tree | 53b87d0067e096a864bbe5aa596fd068dee4aebf /textproc/tcl-expat | |
parent | 612ba5845053edfee0c81cd323cbdce7dc18e1b2 (diff) | |
download | pkgsrc-1de2e76e1a13ea701f803ea1f9e046239d648210.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/tcl-expat')
-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: |