From 24652dfef0db3330f4b794ad7769dc0ecfc32913 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 21 Sep 1999 10:15:12 +0000 Subject: Correct the homepage for this package. Reformat a long line into something a bit more manageable. --- comms/qpage/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'comms/qpage') diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 4227390fe1d..4561c28968d 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/21 09:57:31 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/21 10:15:12 agc Exp $ # DISTNAME= qpage-3.2 @@ -7,11 +7,13 @@ MASTER_SITES= http://www.freebsd.org/~fenner/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.freebsd.org/~fenner/ +#HOMEPAGE= ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD -MAKE_ENV+= CPPFLAGS="`${AWK} -F: '/^uucp:/ { printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' /etc/passwd`" +MAKE_ENV+= CPPFLAGS="`${AWK} -F: '/^uucp:/ { \ + printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \ + /etc/passwd`" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin -- cgit v1.2.3