summaryrefslogtreecommitdiff
path: root/x11/xpaste
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:28:26 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:28:26 +0000
commit24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch)
treecc236421116057568097d330d79f3e50bebbe8b4 /x11/xpaste
parent3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff)
downloadpkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.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