pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rofi Simplify path to options.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79a32a4eed89
branches:  trunk
changeset: 348435:79a32a4eed89
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Jun 13 23:03:42 2016 +0000

description:
Simplify path to options.mk

diffstat:

 x11/rofi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d1cbd38702d -r 79a32a4eed89 x11/rofi/Makefile
--- a/x11/rofi/Makefile Mon Jun 13 22:41:26 2016 +0000
+++ b/x11/rofi/Makefile Mon Jun 13 23:03:42 2016 +0000
@@ -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 @@
 
 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