pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmailanalog



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jul 26 00:36:44 UTC 2017

Modified Files:
        pkgsrc/mail/qmailanalog: Makefile

Log Message:
Correctly avoid building catpages, avoiding the need for nroff.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/qmailanalog/Makefile

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

Modified files:

Index: pkgsrc/mail/qmailanalog/Makefile
diff -u pkgsrc/mail/qmailanalog/Makefile:1.14 pkgsrc/mail/qmailanalog/Makefile:1.15
--- pkgsrc/mail/qmailanalog/Makefile:1.14       Mon Oct  8 12:19:29 2012
+++ pkgsrc/mail/qmailanalog/Makefile    Wed Jul 26 00:36:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/08 12:19:29 asau Exp $
+# $NetBSD: Makefile,v 1.15 2017/07/26 00:36:44 schmonz Exp $
 #
 
 DISTNAME=              qmailanalog-0.70
@@ -12,7 +12,7 @@ COMMENT=              Collection of tools to help an
 
 DJB_RESTRICTED=                YES
 DJB_CONFIG_PREFIX=     ${PREFIX}/qmailanalog
-BUILD_TARGETS=         prog install instcheck
+BUILD_TARGET=          prog install instcheck
 
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index