pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/editline
Module Name: pkgsrc
Committed By: tnn
Date: Mon Mar 23 09:34:27 UTC 2020
Modified Files:
pkgsrc/devel/editline: Makefile
Log Message:
clean up if clause
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/editline/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/editline/Makefile
diff -u pkgsrc/devel/editline/Makefile:1.9 pkgsrc/devel/editline/Makefile:1.10
--- pkgsrc/devel/editline/Makefile:1.9 Mon Mar 23 09:27:34 2020
+++ pkgsrc/devel/editline/Makefile Mon Mar 23 09:34:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/23 09:27:34 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/23 09:34:27 tnn Exp $
#
DISTNAME= libedit-20191231-3.1
@@ -40,8 +40,7 @@ PLIST.doc= yes
.endif
post-extract:
-.if !empty(PKG_OPTIONS:Mdoc)
-.else
+.if empty(PKG_OPTIONS:Mdoc)
${ECHO} "" > ${WRKSRC}/doc/Makefile.am
.endif
Home |
Main Index |
Thread Index |
Old Index