summaryrefslogtreecommitdiff
path: root/devel/libportlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libportlib/Makefile')
-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"