Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 08:15:29 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17528: Update port: misc/qclock
Message-ID:  <200003211615.IAA15141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17528
>Category:       ports
>Synopsis:       Update port: misc/qclock
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 08:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE
>Organization:
>Environment:
>Description:
- Support CC/CFLAGS properly
- Support install macros

Contacted maintainer with no response.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/qclock/Makefile misc/qclock/Makefile
--- /usr/ports/misc/qclock/Makefile	Thu Jan 27 21:26:45 2000
+++ misc/qclock/Makefile	Sat Mar 11 09:18:05 2000
@@ -15,9 +15,10 @@
 
 NO_WRKSUBDIR=	yes
 
-ALL_TARGET=	qclock
+do-build:
+	cd ${WRKSRC}; ${CC} ${CFLAGS} qclock.c -o qclock
 
 do-install:
-	${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock
+	${INSTALL_PROGRAM} ${WRKDIR}/qclock ${PREFIX}/bin
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003211615.IAA15141>