diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-13 23:03:42 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-13 23:03:42 +0000 |
commit | af5c3224be39eaa0e5d24b96c4da2932806ff8c7 (patch) | |
tree | b323ee1da0ba338aa2a15421ebd6efe6b0ccb92e /x11/rofi | |
parent | d4ddf95f71e898f4f9ad53fe350854938fbb9486 (diff) | |
download | pkgsrc-af5c3224be39eaa0e5d24b96c4da2932806ff8c7.tar.gz |
Simplify path to options.mk
Diffstat (limited to 'x11/rofi')
-rw-r--r-- | x11/rofi/Makefile | 4 |
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" |