summaryrefslogtreecommitdiff
path: root/cad/gwave/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-31 17:21:58 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-31 17:21:58 +0000
commit56c5ee7e23a873e8bd28e5b0381425b4116544f1 (patch)
tree040dedd742a52566593c0e21df3424696e7f7665 /cad/gwave/Makefile
parent25da46bffe6c2bb6f8d5bcb14e372a5d189b0634 (diff)
downloadpkgsrc-56c5ee7e23a873e8bd28e5b0381425b4116544f1.tar.gz
-fix building of manpage (don't try and use docbook-to-man). Instead supply
the resulting manpage as a file.
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r--cad/gwave/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 308c9a4da2f..026379baa3e 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/08/30 17:49:36 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/31 17:21:58 dmcmahill Exp $
#
DISTNAME= gwave-20000809
@@ -13,4 +13,7 @@ DEPENDS+= plotutils-*:../../graphics/plotutils
GNU_CONFIGURE= YES
+post-extract:
+ ${CP} ${FILESDIR}/sp2sp.1 ${WRKSRC}/doc/sp2sp.1
+
.include "../../mk/bsd.pkg.mk"