From cda60dff49a64f50793d109b1667943fccbf461e Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 9 Feb 2020 17:17:44 +0100 Subject: [PATCH] mouseemu: drop unnecessary/wrong comment The original intention was to use the makefile, but that turned out to be more work than just installing it manually, but the comment was left over. --- srcpkgs/mouseemu/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/mouseemu/template b/srcpkgs/mouseemu/template index 2d7363bbdad..1519c7b7ef6 100644 --- a/srcpkgs/mouseemu/template +++ b/srcpkgs/mouseemu/template @@ -18,8 +18,6 @@ case "$XBPS_TARGET_MACHINE" in esac do_build() { - # build it ourselves because no point in patching the makefile... - # but let the makefile install ${CC} ${CFLAGS} ${LDFLAGS} -o mouseemu mouseemu.c }