diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:48:22 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:48:22 +0000 |
commit | 520e69e1467adb07096dc814b409f1e176940d87 (patch) | |
tree | a8dd8bc74ad5a8ad9e3cfe0c19886a5b5a4e9fe8 /textproc | |
parent | a2a6bf098afc7bb6d11a5f38d1b2f3e7b0c412d2 (diff) | |
download | pkgsrc-520e69e1467adb07096dc814b409f1e176940d87.tar.gz |
Uses pod2man.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/btparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 31ae45d6455..11c916f624a 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/24 21:17:51 markd Exp $ +# $NetBSD: Makefile,v 1.15 2012/02/16 19:48:22 hans Exp $ # DISTNAME= btparse-0.35 @@ -12,7 +12,7 @@ COMMENT= BibTeX parsing library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl +USE_TOOLS+= perl pod2man USE_LIBTOOL=YES GNU_CONFIGURE= YES |