diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 17:11:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 17:11:25 +0000 |
commit | adbca945fc250a8c28c035fa7e2efbb63371df06 (patch) | |
tree | d76b9f84c07cb817b0ee602fa7269acb8da6c9f3 /net/freewais-sf | |
parent | 6b834e46f7dd13905603787e8f7f6b1529b64886 (diff) | |
download | pkgsrc-adbca945fc250a8c28c035fa7e2efbb63371df06.tar.gz |
Fix installation.
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 40e99bb9700..248996efef8 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/12/02 11:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2008/04/07 17:11:25 joerg Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -28,6 +28,8 @@ CONFIGURE_ENV+= PERL5=${PERL5:Q} INSTALL_TARGET= install install.man INFO_FILES= # PLIST +INSTALLATION_DIRS= include ${PKGINFODIR} + post-build: cd ${WRKSRC}/doc/SF && makeinfo fwsf.texi |