summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv>2005-11-07 20:08:46 +0000
committertv <tv>2005-11-07 20:08:46 +0000
commit75cf0c0b55917e1a7ee71ba4b6172f8d8673aa30 (patch)
tree15976090dcaba93be7af3ebaf9150e86e1d3e0f8 /devel
parent234a4da8190ae9402a927854b714f3118af4bab9 (diff)
downloadpkgsrc-75cf0c0b55917e1a7ee71ba4b6172f8d8673aa30.tar.gz
USE_TOOLS nroff, and use that to format the .ms file.
Diffstat (limited to 'devel')
-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"