From 1e53090cc228edde244c3b79950271b8ca469b1f Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- net/userppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/userppp/Makefile') diff --git a/net/userppp/Makefile b/net/userppp/Makefile index 110a9897692..8d25cddede6 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:51:59 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:22:22 agc Exp $ DISTNAME= ppp-001107.src PKGNAME= userppp-001107 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} CATEGORIES= net MASTER_SITES= http://www.NetBSD.org/~ad/ @@ -13,6 +12,7 @@ COMMENT= User-PPP package as found in FreeBSD and OpenBSD ONLY_FOR_PLATFORM= NetBSD-*-* +WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} MANCOMPRESSED_IF_MANZ= YES CFLAGS+= -fno-strict-aliasing -- cgit v1.2.3