summaryrefslogtreecommitdiff
path: root/x11/xpostit
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:28:26 +0000
committeragc <agc>2004-01-20 12:28:26 +0000
commit6398ad1c91f936aad713b5f6bb81200491731292 (patch)
treecc236421116057568097d330d79f3e50bebbe8b4 /x11/xpostit
parent1e53090cc228edde244c3b79950271b8ca469b1f (diff)
downloadpkgsrc-6398ad1c91f936aad713b5f6bb81200491731292.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xpostit')
-rw-r--r--x11/xpostit/Makefile6
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"