diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xpostit | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xpostit')
-rw-r--r-- | x11/xpostit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |