summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-13 23:03:42 +0000
committerkamil <kamil@pkgsrc.org>2016-06-13 23:03:42 +0000
commitaf5c3224be39eaa0e5d24b96c4da2932806ff8c7 (patch)
treeb323ee1da0ba338aa2a15421ebd6efe6b0ccb92e
parentd4ddf95f71e898f4f9ad53fe350854938fbb9486 (diff)
downloadpkgsrc-af5c3224be39eaa0e5d24b96c4da2932806ff8c7.tar.gz
Simplify path to options.mk
-rw-r--r--x11/rofi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile
index 1c7a0b57dab..83747da6b79 100644
--- a/x11/rofi/Makefile
+++ b/x11/rofi/Makefile
@@ -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"