summaryrefslogtreecommitdiff
path: root/devel/libts
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-07 20:08:46 +0000
committertv <tv@pkgsrc.org>2005-11-07 20:08:46 +0000
commit292312b9e8b6e29d5f9fbf354d8c6e6e473b6ba2 (patch)
tree15976090dcaba93be7af3ebaf9150e86e1d3e0f8 /devel/libts
parentd714d7ca6e1a060436b12767c183e11272babf74 (diff)
downloadpkgsrc-292312b9e8b6e29d5f9fbf354d8c6e6e473b6ba2.tar.gz
USE_TOOLS nroff, and use that to format the .ms file.
Diffstat (limited to 'devel/libts')
-rw-r--r--devel/libts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libts/Makefile b/devel/libts/Makefile
index 5461b4f6f97..56e155952c2 100644
--- a/devel/libts/Makefile
+++ b/devel/libts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:47 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/07 20:08:46 tv Exp $
#
DISTNAME= TS-1.08
@@ -12,6 +12,7 @@ COMMENT= Library of simple token-scanning routines
WRKSRC= ${WRKDIR}/tokenscan
INSTALLATION_DIRS= include lib
+USE_TOOLS+= nroff
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
@@ -22,7 +23,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libtokenscan.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/tokenscan.h ${PREFIX}/include
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libts
- groff -Tascii -ms ${WRKSRC}/tokenscan.ms \
+ ${NROFF} -ms ${WRKSRC}/tokenscan.ms \
>${PREFIX}/share/doc/libts/tokenscan.txt
.include "../../mk/bsd.pkg.mk"