pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/htmldoc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 25 21:19:27 UTC 2023

Modified Files:
        pkgsrc/www/htmldoc: Makefile

Log Message:
htmldoc: simplify include


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/htmldoc/Makefile

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

Modified files:

Index: pkgsrc/www/htmldoc/Makefile
diff -u pkgsrc/www/htmldoc/Makefile:1.57 pkgsrc/www/htmldoc/Makefile:1.58
--- pkgsrc/www/htmldoc/Makefile:1.57    Wed Apr 19 08:11:47 2023
+++ pkgsrc/www/htmldoc/Makefile Thu May 25 21:19:27 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2023/04/19 08:11:47 adam Exp $
+# $NetBSD: Makefile,v 1.58 2023/05/25 21:19:27 wiz Exp $
 
 CONFIGURE_ARGS+=       --without-gui
 
 PKGREVISION= 2
-.include "${.CURDIR}/Makefile.common"
+
+.include "Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index