diff options
Diffstat (limited to 'lang/nhc98')
-rw-r--r-- | lang/nhc98/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index a677c2914c1..c635d35116b 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/10/25 06:25:18 dholland Exp $ +# $NetBSD: Makefile,v 1.46 2013/11/02 18:58:27 dholland Exp $ DISTNAME= nhc98src-1.22 PKGNAME= nhc98-1.22 @@ -16,7 +16,6 @@ HAS_CONFIGURE= yes USE_TOOLS+= gmake CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ +docs --docdir=${PREFIX}/share/doc/nhc98 -BUILD_TARGET= all .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "amd64") || \ (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "x86_64") || \ |