From 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:28:26 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- x11/xpostit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xpostit') diff --git a/x11/xpostit/Makefile b/x11/xpostit/Makefile index 0f2289a6ffe..1838abd3936 100644 --- a/x11/xpostit/Makefile +++ b/x11/xpostit/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:57:02 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:29 agc Exp $ # DISTNAME= xpostit3.3.1 PKGNAME= xpostit-3.3.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xpostit CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org -COMMENT= Post notes to yourself on the screen #HOMEPAGE= +COMMENT= Post notes to yourself on the screen +WRKSRC= ${WRKDIR}/xpostit USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3