diff options
Diffstat (limited to 'devel/st')
-rw-r--r-- | devel/st/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile index 5be18867d31..1ed27abf17f 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= st-1.5.1 @@ -17,6 +17,8 @@ BUILD_TARGET= netbsd-debug HTMLDIR= ${PREFIX}/share/doc/html/st +INSTALLATION_DIRS= bin lib + do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} \ ${WRKSRC}/libst.la ${PREFIX}/lib |