diff options
author | ben <ben@pkgsrc.org> | 2003-12-11 20:16:10 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-11 20:16:10 +0000 |
commit | f17d9833e51fc21b42564913c2f494fa8c125a51 (patch) | |
tree | 8b7c28cddc64ef73628515a9b7aa4247d388833b /devel/libts | |
parent | cd9d14bbc88508b849b9f2c846227222f056b1e0 (diff) | |
download | pkgsrc-f17d9833e51fc21b42564913c2f494fa8c125a51.tar.gz |
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'devel/libts')
-rw-r--r-- | devel/libts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libts/Makefile b/devel/libts/Makefile index d6b4b97a411..f51dc14d8f1 100644 --- a/devel/libts/Makefile +++ b/devel/libts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/11 19:24:33 ben Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $ # DISTNAME= TS-1.08 @@ -15,7 +15,7 @@ post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak ${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \ -e "s|/usr/local|${PREFIX}|" \ - -e "s|install.sh|${INSTALL}|" + -e 's|install.sh|$${BSD_INSTALL}|' post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libts |