diff options
author | agc <agc> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:28:26 +0000 |
commit | 3b30e7c043c7fa154e22ee88ecd9f68da59718f8 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xpaste | |
parent | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (diff) | |
download | pkgsrc-3b30e7c043c7fa154e22ee88ecd9f68da59718f8.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 |