diff options
author | dholland <dholland> | 2012-07-30 03:48:17 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-07-30 03:48:17 +0000 |
commit | d5c76e182cdf2cd0a9f7d0832b48d34724150197 (patch) | |
tree | 9e6c882e8557fa5500b1535994d94b5689b95f14 /x11/xnodecor | |
parent | d2a05cbb1fcb4d8cbe4429b67f63204ed8b220eb (diff) | |
download | pkgsrc-d5c76e182cdf2cd0a9f7d0832b48d34724150197.tar.gz |
Rearrange extract logic to shut up pkglint. Add patch comment.
Diffstat (limited to 'x11/xnodecor')
-rw-r--r-- | x11/xnodecor/Makefile | 12 | ||||
-rw-r--r-- | x11/xnodecor/distinfo | 4 | ||||
-rw-r--r-- | x11/xnodecor/patches/patch-aa | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile index fa2cc1dddda..407101a6b42 100644 --- a/x11/xnodecor/Makefile +++ b/x11/xnodecor/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2009/07/07 17:14:39 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/07/30 03:48:17 dholland Exp $ -DISTNAME= xnodecor-0.1 +DISTNAME= xnodecor +PKGNAME= xnodecor-0.1 PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/ -DISTFILES= xnodecor.c +EXTRACT_SUFX= .c MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # none @@ -14,13 +15,12 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_X11BASE= yes NO_CONFIGURE= yes +WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin -do-extract: - @${MKDIR} ${WRKSRC} +post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xnodecor/distinfo b/x11/xnodecor/distinfo index 27727db2d68..c50010c8099 100644 --- a/x11/xnodecor/distinfo +++ b/x11/xnodecor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 17:36:24 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/07/30 03:48:17 dholland Exp $ SHA1 (xnodecor.c) = 612c75dfc5f2bf2b4fb245ae8f724c0c591ce469 RMD160 (xnodecor.c) = 7b1bf96eb7f736a03e5dec25b89a2e216f9879d5 Size (xnodecor.c) = 3838 bytes -SHA1 (patch-aa) = 8c8077214bae1a72db099cffdffc18c15d1c3390 +SHA1 (patch-aa) = c7d9d25a133186cb2a119474298fca7de1b4744d diff --git a/x11/xnodecor/patches/patch-aa b/x11/xnodecor/patches/patch-aa index f0075df5520..c87104e3382 100644 --- a/x11/xnodecor/patches/patch-aa +++ b/x11/xnodecor/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $ +$NetBSD: patch-aa,v 1.2 2012/07/30 03:48:17 dholland Exp $ + +- Use standard headers. --- xnodecor.c.orig Wed Jan 7 00:44:25 2004 +++ xnodecor.c |