diff options
author | dholland <dholland@pkgsrc.org> | 2016-06-26 04:29:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-06-26 04:29:56 +0000 |
commit | 1c2ef3e8da2ae2946f45b51888871f845917bbb5 (patch) | |
tree | d5a9c34d29b6c7e4f77ee0d1a079f7e39bcb8ed6 /wm | |
parent | b6f63d526a4a63578327569f929dd5c45b4d9104 (diff) | |
download | pkgsrc-1c2ef3e8da2ae2946f45b51888871f845917bbb5.tar.gz |
Clarify bit about default binary by referring to MESSAGE.
(related to PR 51244)
Diffstat (limited to 'wm')
-rw-r--r-- | wm/xmonad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/xmonad/Makefile b/wm/xmonad/Makefile index bfa9e42a3ba..9f7bcf7c390 100644 --- a/wm/xmonad/Makefile +++ b/wm/xmonad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/01/04 12:45:36 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.8 2016/06/26 04:29:56 dholland Exp $ DISTNAME= xmonad-0.12 PKGNAME= ${DISTNAME} @@ -8,7 +8,7 @@ MAINTAINER= esg@sdf.lonestar.org COMMENT= Tiling window manager LICENSE= modified-bsd -# don't need default binary +# don't need default binary (see MESSAGE) SUBST_CLASSES+= 1 SUBST_STAGE.1= pre-patch SUBST_FILES.1= xmonad.cabal |