pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libasr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 31 07:04:29 UTC 2018

Modified Files:
        pkgsrc/net/libasr: Makefile

Log Message:
libasr: set mantype to man

Addresses PR 53486 by Dennis Lindroos.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libasr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libasr/Makefile
diff -u pkgsrc/net/libasr/Makefile:1.2 pkgsrc/net/libasr/Makefile:1.3
--- pkgsrc/net/libasr/Makefile:1.2      Sun Sep  3 08:53:12 2017
+++ pkgsrc/net/libasr/Makefile  Tue Jul 31 07:04:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/03 08:53:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/31 07:04:29 wiz Exp $
 
 DISTNAME=      libasr-1.0.2
 CATEGORIES=    net
@@ -11,6 +11,7 @@ LICENSE=      isc AND modified-bsd AND 2-clau
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+CONFIGURE_ARGS+=       --with-mantype=man
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index