diff options
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" |