[Bug 193978] [NEW PORT] misc/countdown: Counts down a specified time interval, beeps, and then exits
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 3 16:28:00 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193978
--- Comment #8 from Jan Beich <jbeich at vfemail.net> ---
May as well ignore vendor Makefile altogether by defining
MAKEFILE= /dev/null
ALL_TARGET= ${PORTNAME}
because the following is redefinition of implicit target (bmake or gmake):
countdown: countdown.c
$(CC) $(CFLAGS) countdown.c $(LDFLAGS) -o countdown
Or at least keep respecting LDFLAGS provided by either make.conf,
Makefile.local or environment.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list