summaryrefslogtreecommitdiff
path: root/devel/libportlib
diff options
context:
space:
mode:
authorben <ben>2003-12-11 20:16:10 +0000
committerben <ben>2003-12-11 20:16:10 +0000
commitcc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7 (patch)
tree8b7c28cddc64ef73628515a9b7aa4247d388833b /devel/libportlib
parentb0f10a897419bae9a348528bf98479273870b459 (diff)
downloadpkgsrc-cc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7.tar.gz
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'devel/libportlib')
-rw-r--r--devel/libportlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libportlib/Makefile b/devel/libportlib/Makefile
index 97464a2e962..0e0418b7309 100644
--- a/devel/libportlib/Makefile
+++ b/devel/libportlib/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= portlib-1.01
@@ -15,6 +15,6 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e 's|/usr/local|${PREFIX}|' \
- -e 's|/usr/ucb/install|${INSTALL}|'
+ -e 's|/usr/ucb/install|$${BSD_INSTALL}|'
.include "../../mk/bsd.pkg.mk"