pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rofi



Module Name:    pkgsrc
Committed By:   kamil
Date:           Mon Jun 13 23:03:42 UTC 2016

Modified Files:
        pkgsrc/x11/rofi: Makefile

Log Message:
Simplify path to options.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/rofi/Makefile

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

Modified files:

Index: pkgsrc/x11/rofi/Makefile
diff -u pkgsrc/x11/rofi/Makefile:1.3 pkgsrc/x11/rofi/Makefile:1.4
--- pkgsrc/x11/rofi/Makefile:1.3        Mon Jun 13 11:20:29 2016
+++ pkgsrc/x11/rofi/Makefile    Mon Jun 13 23:03:42 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/13 11:20:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/13 23:03:42 kamil Exp $
 
 DISTNAME=      rofi-1.0.1
 CATEGORIES=    x11
@@ -17,7 +17,7 @@ GNU_CONFIGURE=        yes
 
 REPLACE_BASH+= script/rofi-sensible-terminal
 
-.include "../../x11/rofi/options.mk"
+.include "options.mk"
 
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"



Home | Main Index | Thread Index | Old Index