diff options
Diffstat (limited to 'devel/RTFM/Makefile')
-rw-r--r-- | devel/RTFM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/RTFM/Makefile b/devel/RTFM/Makefile index 458fd2f6aa6..ab5f4027ecd 100644 --- a/devel/RTFM/Makefile +++ b/devel/RTFM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 23:46:29 cube Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= RTFM-2.0.4 @@ -26,6 +26,8 @@ PLIST_SUBST+= RT_HTML_DIR=${RT_HTML_DIR:C/^${LOCALBASE}\///} \ NO_BUILD= YES NO_CONFIGURE= YES +INSTALLATION_DIRS= lib share + do-install: @${ECHO} "=> Libraries" cd ${WRKSRC}/lib && ${FIND} . -type f ! -name '*.orig' 2>/dev/null | \ |