summaryrefslogtreecommitdiff
path: root/devel/libportlib
diff options
context:
space:
mode:
authorben <ben>2003-12-13 16:20:09 +0000
committerben <ben>2003-12-13 16:20:09 +0000
commit79ec46a71962f9801ce441693a001f47760af704 (patch)
treea948ec63b83a047728fe0aea6d7c9637b50bf496 /devel/libportlib
parentc8ea6d324ddc68bee71102e19cc5ebdd2bf61445 (diff)
downloadpkgsrc-79ec46a71962f9801ce441693a001f47760af704.tar.gz
Change from using packaged install program and flags, to a do-install
target in pkgsrc, in order to have a better chance of installing on Solaris and other platforms.
Diffstat (limited to 'devel/libportlib')
-rw-r--r--devel/libportlib/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libportlib/Makefile b/devel/libportlib/Makefile
index 0e0418b7309..c964fc8126a 100644
--- a/devel/libportlib/Makefile
+++ b/devel/libportlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/13 16:20:09 ben Exp $
#
DISTNAME= portlib-1.01
@@ -14,7 +14,10 @@ COMMENT= Portable file locking and directory reading
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
- -e 's|/usr/local|${PREFIX}|' \
- -e 's|/usr/ucb/install|$${BSD_INSTALL}|'
+ -e 's|/usr/local|${PREFIX}|'
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/libport.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/portlib.h ${PREFIX}/include
.include "../../mk/bsd.pkg.mk"