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 | 9cfb253024f3357da012dccd3507016d3dbd7909 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xpaste | |
parent | 61769bf56e2f71617516434864edec5b0165f3d4 (diff) | |
download | pkgsrc-9cfb253024f3357da012dccd3507016d3dbd7909.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xpaste')
-rw-r--r-- | x11/xpaste/Makefile | 4 |
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 |