summaryrefslogtreecommitdiff
path: root/x11/xpaste
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/xpaste
parent1e53090cc228edde244c3b79950271b8ca469b1f (diff)
downloadpkgsrc-6398ad1c91f936aad713b5f6bb81200491731292.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xpaste')
-rw-r--r--x11/xpaste/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile
index 787ec19bcdd..267637b2348 100644
--- a/x11/xpaste/Makefile
+++ b/x11/xpaste/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/01/06 07:17:13 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:28:28 agc Exp $
#
DISTNAME= xpaste-1.1
PKGREVISION= 2
-WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
EXTRACT_SUFX= .shar.gz
@@ -13,6 +12,7 @@ COMMENT= Display the content of the X11 paste buffer in a window
PKG_INSTALLATION_TYPES= overwrite pkgviews
+WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
USE_IMAKE= yes