diff options
author | ben <ben> | 2003-12-11 20:16:10 +0000 |
---|---|---|
committer | ben <ben> | 2003-12-11 20:16:10 +0000 |
commit | cc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7 (patch) | |
tree | 8b7c28cddc64ef73628515a9b7aa4247d388833b /devel/libetm | |
parent | b0f10a897419bae9a348528bf98479273870b459 (diff) | |
download | pkgsrc-cc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7.tar.gz |
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'devel/libetm')
-rw-r--r-- | devel/libetm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libetm/Makefile b/devel/libetm/Makefile index e056cb4b387..65d907169ca 100644 --- a/devel/libetm/Makefile +++ b/devel/libetm/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= ETM-1.09 @@ -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/libetm |